-
Notifications
You must be signed in to change notification settings - Fork 17
/
_quarto.yml
71 lines (64 loc) · 1.76 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
project:
type: book
output-dir: docs
book:
title: "R for Data Analysis"
author: "Trevor French"
date: "11/13/2022"
cover-image: cover.png
repo-url: https://github.com/TrevorFrench/R-for-Data-Analysis
repo-actions: [edit]
downloads: [pdf]
sharing: [twitter, facebook, linkedin]
open-graph:
image: https://trevorfrench.github.io/R-for-Data-Analysis/images/wide-cover.png
twitter-card:
image: https://trevorfrench.github.io/R-for-Data-Analysis/images/wide-cover.png
site-url: https://trevorfrench.github.io/R-for-Data-Analysis/
chapters:
- part: index.qmd
chapters:
- p0c1-what-is-r.qmd
- p0c2-what-is-data-analysis.qmd
- p0c3-setup.qmd
- part: p1-fundamentals.qmd
chapters:
- p1c1-r-studio.qmd
- p1c2-programming-basics.qmd
- p1c3-data-types.qmd
- p1c4-data-structures.qmd
- p1exercises.qmd
- part: p2-data-acquisition.qmd
chapters:
- p2c1-included-datasets.qmd
- p2c2-import-from-spreadsheets.qmd
- p2c3-working-with-apis.qmd
- p2exercises.qmd
- part: p3-data-preparation.qmd
chapters:
- p3c1-data-cleaning.qmd
- p3c2-handling-missing-data.qmd
- p3c3-outliers.qmd
- p3c4-organizing-data.qmd
- p3exercises.qmd
- part: p4-developing-insights.qmd
chapters:
- p4c1-summary-statistics.qmd
- p4c2-regression.qmd
- p4c3-plotting.qmd
- p4exercises.qmd
- part: p5-reporting.qmd
chapters:
- p5c1-spreadsheets.qmd
- p5c2-r-markdown.qmd
- p5c3-r-shiny.qmd
- p5exercises.qmd
- references.qmd
bibliography: references.bib
comments:
hypothesis: false
format:
html:
theme: cosmo
pdf:
documentclass: book