forked from hadley/r4ds
-
Notifications
You must be signed in to change notification settings - Fork 130
/
_quarto.yml
52 lines (51 loc) · 1.12 KB
/
_quarto.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
project:
type: book
output-dir: docs
book:
title: "R Para Ciencia de Datos"
date: "2023-06-06"
chapters:
- index.qmd
- 01-intro.qmd
- part: "Explorar"
chapters:
- 02-explore.qmd
- 03-visualize.qmd
- 04-workflow-basics.qmd
- 05-transform.qmd
- 06-workflow-scripts.qmd
- 07-eda.qmd
- 08-workflow-projects.qmd
- part: "Manejar o domar datos"
chapters:
- 09-wrangle.qmd
- 10-tibble.qmd
- 11-import.qmd
- 12-tidy.qmd
- 13-relational-data.qmd
- 14-strings.qmd
- 15-factors.qmd
- 16-datetimes.qmd
- part: "Programar"
chapters:
- 17-program.qmd
- 18-pipes.qmd
- 19-functions.qmd
- 20-vectors.qmd
- 21-iteration.qmd
- part: "Modelar"
chapters:
- 22-model.qmd
- 23-model-basics.qmd
- 24-model-building.qmd
- 25-model-many.qmd
- part: "Comunicar"
chapters:
- 26-communicate.qmd
- 27-rmarkdown.qmd
- 28-communicate-plots.qmd
- 29-rmarkdown-formats.qmd
- 30-rmarkdown-workflow.qmd
format:
html:
theme: cosmo