-
Notifications
You must be signed in to change notification settings - Fork 31
/
_toc.yml
61 lines (60 loc) · 1.2 KB
/
_toc.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
# Table of contents
format: jb-book
root: welcome
parts:
- caption: Introduction
chapters:
- file: introduction
- file: prerequisites
- caption: Quick Start
numbered: true
chapters:
- file: whole-game
- file: data-visualise
- file: workflow-basics
- file: data-transform
- file: workflow-style
- file: data-tidy
- file: workflow-writing-code
- file: data-import
- file: workflow-packages-and-environments
- file: workflow-help
- caption: Visualise
numbered: true
chapters:
- file: visualise
- file: vis-layers
- file: exploratory-data-analysis
- file: communicate-plots
- caption: Transform
numbered: true
chapters:
- file: boolean-data
- file: numbers
- file: strings
- file: regex
- file: categorical-data
- file: dates-and-times
- file: missing-values
- file: joins
- caption: Import
numbered: true
chapters:
- file: spreadsheets
- file: databases
- file: rectangling
- file: webscraping-and-apis
- caption: Programme
numbered: true
chapters:
- file: functions
- file: iteration
- file: command-line
- caption: Communicate
numbered: true
chapters:
- file: markdown
- file: quarto
- caption: Appendix
chapters:
- file: zreferences