forked from appliedepi/epiRhandbook_eng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bookdown.yml
126 lines (114 loc) · 3.49 KB
/
_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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
output_dir: "html_outputs"
#book_filename: "hbk_files" # name of folder in output_dir
language:
ui:
chapter_name: ""
#new_session: yes # does not work with rmd_files option
download: [["index.html", "Offline HTML version"]]
after_chapter_script: "common.R"
description: "The Epi R Handbook is a R reference manual for applied epidemiology and public health."
delete_merged_file: FALSE
rmd_files: [
# INTRO & CONTRIBUTORS
"index.Rmd", # objectives, how to read, authors, acknowledgements
# ABOUT BOOK
"new_pages/cat_about_book.Rmd", # start of new section
"new_pages/editorial_style.Rmd", # editorial style
"new_pages/data_used.Rmd", # data used
# BASICS
"new_pages/cat_basics.Rmd", # start of new section
"new_pages/basics.Rmd",
"new_pages/transition_to_R.Rmd",
"new_pages/packages_suggested.Rmd",
"new_pages/r_projects.Rmd",
"new_pages/importing.Rmd",
# DATA MANGEMENT
"new_pages/cat_data_management.Rmd", # start of new section
"new_pages/cleaning.Rmd",
"new_pages/dates.Rmd",
"new_pages/characters_strings.Rmd",
"new_pages/factors.Rmd",
"new_pages/pivoting.Rmd",
"new_pages/grouping.Rmd",
"new_pages/joining_matching.Rmd",
"new_pages/deduplication.Rmd",
"new_pages/iteration.Rmd",
# ANALYSIS
"new_pages/cat_analysis.Rmd", # start of new section
"new_pages/tables_descriptive.Rmd",
"new_pages/stat_tests.Rmd",
"new_pages/regression.Rmd",
"new_pages/missing_data.Rmd",
"new_pages/standardization.Rmd",
"new_pages/moving_average.Rmd",
"new_pages/time_series.Rmd",
"new_pages/epidemic_models.Rmd",
"new_pages/contact_tracing.Rmd",
"new_pages/survey_analysis.Rmd",
"new_pages/survival_analysis.Rmd",
"new_pages/gis.Rmd",
# DATA VIZ
"new_pages/cat_data_viz.Rmd", # start of new section
"new_pages/tables_presentation.Rmd",
"new_pages/ggplot_basics.Rmd",
#"new_pages/plot_continuous.Rmd",
#"new_pages/plot_discrete.Rmd",
"new_pages/ggplot_tips.Rmd",
"new_pages/epicurves.Rmd",
"new_pages/age_pyramid.Rmd",
"new_pages/heatmaps.Rmd",
"new_pages/diagrams.Rmd",
"new_pages/combination_analysis.Rmd",
#"new_pages/transmission_chains.Rmd",
"new_pages/phylogenetic_trees.Rmd",
"new_pages/interactive_plots.Rmd",
# REPORTS AND DASHBOARDS
"new_pages/cat_reports_dashboards.Rmd", # start of new section
"new_pages/rmarkdown.Rmd",
"new_pages/reportfactory.Rmd",
"new_pages/flexdashboard.Rmd",
"new_pages/shiny_basics.Rmd",
# MISCELLANEOUS
"new_pages/cat_misc.Rmd", # start of new section
"new_pages/writing_functions.Rmd",
"new_pages/directories.Rmd",
"new_pages/collaboration.Rmd",
"new_pages/errors.Rmd",
"new_pages/help.Rmd",
#"new_pages/relational_databases.Rmd",
"new_pages/network_drives.Rmd",
"new_pages/data_table.Rmd" #,
#"new_pages/rstudio_advanced.Rmd"
]
# 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",
#
# ]
#