r4ds/_bookdown.yml

32 lines
529 B
YAML
Raw Normal View History

new_session: yes
2016-02-12 06:31:22 +08:00
rmd_files: [
"index.rmd",
2016-02-12 06:31:22 +08:00
"understand.Rmd",
"visualize.Rmd",
"transform.Rmd",
"model.Rmd",
"variation.Rmd",
"work.Rmd",
"import.Rmd",
"tidy.Rmd",
"relational-data.Rmd",
"strings.Rmd",
"datetimes.Rmd",
"program.Rmd",
2016-03-01 22:29:58 +08:00
"pipes.Rmd",
2016-02-12 06:31:22 +08:00
"functions.Rmd",
2016-03-01 22:29:58 +08:00
"iteration.Rmd",
2016-02-12 06:31:22 +08:00
"data-structures.Rmd",
"hierarchy.Rmd",
2016-02-12 06:31:22 +08:00
"robust-code.Rmd",
"science.Rmd",
"model-vis.Rmd",
"model-assess.Rmd",
"communicate.Rmd",
"rmarkdown.Rmd",
"shiny.Rmd",
]
before_chapter_script: "_common.R"