forked from cienciadedatos/r4ds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bookdown.yml
45 lines (38 loc) · 878 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
delete_merged_file: true
new_session: yes
rmd_files: [
"index.Rmd",
"01-intro.Rmd",
"02-explore.Rmd",
"03-visualize.Rmd",
"04-workflow-basics.Rmd",
"05-transform.Rmd",
"06-workflow-scripts.Rmd",
"07-eda.Rmd",
"08-workflow-projects.Rmd",
"09-wrangle.Rmd",
"10-tibble.Rmd",
"11-import.Rmd",
"12-tidy.Rmd",
"13-relational-data.Rmd",
"14-strings.Rmd",
"15-factors.Rmd",
"16-datetimes.Rmd",
"17-program.Rmd",
"18-pipes.Rmd",
"19-functions.Rmd",
"20-vectors.Rmd",
"21-iteration.Rmd",
"22-model.Rmd",
"23-model-basics.Rmd",
"24-model-building.Rmd",
"25-model-many.Rmd",
"26-communicate.Rmd",
"27-rmarkdown.Rmd",
"28-communicate-plots.Rmd",
"29-rmarkdown-formats.Rmd",
"30-rmarkdown-workflow.Rmd"
]
before_chapter_script: "_common.R"
edit: https://github.com/cienciadedatos/r4ds/edit/traduccion/%s
output_dir: "docs"