-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path_quarto.yml
74 lines (69 loc) · 1.53 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
project:
type: book
output-dir: docs
book:
title: "Exploratory Data Analysis in R"
author: "Manny Gimond"
date: "today"
reader-mode: true
google-analytics: "G-CJW3PSXZC2"
chapters:
- index.qmd
- part: "Intro"
chapters:
- intro.qmd
- The_R_environment.qmd
- part: "Data manipulation"
chapters:
- data_objects.qmd
- read_write_files.qmd
- date_objects.qmd
- strings.qmd
- boolean.qmd
- subset_base.qmd
- dplyr.qmd
- group_by.qmd
- tidyr.qmd
- joins.qmd
- part: "Plots"
chapters:
- base_plots.qmd
- lattice_plot.qmd
- ggplot2.qmd
- part: "Univariate"
chapters:
- univariate_plots.qmd
- compare_batches.qmd
- theoretical_qq.qmd
- rf.qmd
- sl_plot.qmd
- re_express.qmd
- letter_values.qmd
- case_study.qmd
- part: "Bivariate"
chapters:
- bivariate.qmd
- resistant_lines.qmd
- example.qmd
- discontinuity.qmd
- part: "Two-way tables"
chapters:
- two_way.qmd
- part: "Miscellaneous"
chapters:
- rmarkdown.qmd
- spatial.qmd
- data.qmd
sidebar:
style: docked
background: light
title: " "
page-footer:
left: |
Manny Gimond, Creative Commons License
[![](https://i.creativecommons.org/l/by-nc/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc/4.0/)
bibliography: references.bib
format:
html:
theme: haddock
css: libs/style.css