-
Notifications
You must be signed in to change notification settings - Fork 20
/
_bookdown.yml
45 lines (43 loc) · 904 Bytes
/
_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
new_session: yes
repo: https://github.com/jacobkap/crimebythenumbers
before_chapter_script: "_common.R"
output_dir: "docs"
always_allow_html: yes
delete_merged_file: no
clean: book.bib
rmd_files: [
# Introduction
"index.Rmd",
"author.Rmd",
"example-project.Rmd",
"intro-to-r.Rmd",
"data-types.Rmd",
"reading-writing-data.Rmd",
#
# Project Management
"workflow.Rmd",
"collaboration.Rmd",
"rmarkdown.Rmd",
"tests.Rmd",
"git.Rmd",
# Clean
"subsetting.Rmd",
"exploratory-data-analysis.Rmd",
"regular-expressions.Rmd",
"reshaping.Rmd",
#
# # Visualize
"graphing.Rmd",
"graphing-2.Rmd",
"hotspot-maps.Rmd",
"choropleth-maps.Rmd",
"interactive-maps.Rmd",
#
# # Collect
"webscraping.Rmd",
"functions.Rmd",
"for-loops.Rmd",
"pdf-tables.Rmd",
"pdf-tables2.Rmd",
"geocoding.Rmd"
]