-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
81 lines (67 loc) · 1.65 KB
/
_quarto.yml
File metadata and controls
81 lines (67 loc) · 1.65 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
project:
type: book
output-dir: textbook
book:
title: "DP4SS"
output-file: "DP4SS"
author:
- "Jesse Lecy"
- "Jamison Crawford"
date: last-modified
repo-url: https://github.com/DS4PS/dp4ss
repo-actions: edit
sidebar:
style: "docked"
chapters:
- index.qmd
- part: "The Data Science Toolkit"
chapters:
- 0_10-core-r.qmd
- 0_20-rstudio.qmd
- 0_30-data-driven-docs.qmd
- 0_31-markdown.qmd
- part: "Getting Started"
chapters:
- 1_00-learning-r.qmd
- 1_10-getting-help.qmd
- part: "The Fundamentals"
chapters:
- 2_10-calculator.qmd
- 2_20-functions.qmd
- 2_30-assignment.qmd
- 3_10-data-types.qmd
- 3_20-data-exploration.qmd
- 3_21-summary-stats.qmd
# - 3_30-logical-vectors.qmd
- part: "Data IO"
chapters:
- 2_40-importing-data.qmd
- 2_50-saving-objects.qmd
- part: "Data Wrangling"
chapters:
- 4_10-data-verbs.qmd
- 4_20-data-recipes.qmd
- 4_30-data-joins-core.qmd
- 4_40-data-joins-dplyr.qmd
- 5_10-constructing-groups.qmd
- 5_20-group-structure.qmd
- part: 6_10-intro-to-data-viz.qmd
chapters:
- 6_20-plot-basics.qmd
- 6_30-customized-graphics.qmd
- 6_31-xkcd-stickfigures.qmd
- 6_40-ggplot2.qmd
format:
html:
theme: lux
highlight-style: solarized
css: www/textbook.css
code-overflow: wrap
grid:
sidebar-width: 250px
body-width: 1000px
margin-width: 150px
gutter-width: 1.5em
# pdf:
# documentclass: report
editor: visual