forked from ironwest/epiRhandbook_jp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_small_bookdown.yml
77 lines (59 loc) · 2.28 KB
/
_small_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# This is the yml provided to bookdown::render_book() if the user wants to print only one or a few pages.
# EDIT THE RMARKDOWN SHOWN BELOW TO THE PAGE(S) you want to preview. Then open the bookdown_runfile.R and run the appropriate command.
output_dir: "preview"
#book_filename: "hbk_files" # name of folder in output_dir
download: [["index.html", "Offline HTML version"]]
toc_float: false
language:
ui:
chapter_name: ""
#new_session: yes # does not work with rmd_files option
#description: "The Epi R Handbook is a R reference manual for applied epidemiology and public health."
after_chapter_script: "common.R"
encoding: utf-8
delete_merged_file: FALSE
rmd_files: [
# INTRO & CONTRIBUTORS
"index.Rmd", # DO NOT CHANGE - objectives, how to read, authors, acknowledgements
# SELECT PAGES
"new_pages/cat_preview.Rmd", # DO NOT CHANGE - start of new section
"new_pages/epicurves.Rmd", # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
# "new_pages/ggplot_basics.Rmd", # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
# "new_pages/plot_continuous.Rmd", # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
# "new_pages/plot_discrete.Rmd", # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
# "new_pages/ggplot_tips.Rmd" # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
#"new_pages/rmarkdown.Rmd", # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
#"new_pages/flexdashboard.Rmd" # ***** !!! CHANGE THIS TO THE PAGE YOU WANT TO PRINT !!! ******
]
# OLD YAML FOR ARCHIVE
#
# title: |
# ![](../images/R Handbook Logo.png)
# author: "Version 1.0.0"
# date: "Produced `r format(Sys.time(), '%A %d %B %Y')`"
# output:s
# html_document:
# code_folding: show
# highlight: zenburn
# number_sections: no
# theme: sandstone
# toc: yes
# toc_collapse: no
# toc_depth: 3
# toc_float: yes
# params:
# run_page_ind: TRUE
#
#
# book_filename: "chapter"
# language:
# ui:
# chapter_name: ""
# output_dir: "docs"
# delete_merged_file: FALSE
# rmd_files: [
# "index.Rmd",
# "raw_pages/deduplication.Rmd",
#
# ]
#