-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
70 lines (64 loc) · 1.38 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
project:
type: book
output-dir: ../mattwaite.github.io/sports
book:
title: "Sports Data Analysis and Visualization"
subtitle: "Code, data and visuals for storytellers"
author: "Matt Waite"
date: "6/27/2022"
repo-url: https://github.com/mattwaite/SportsDataTextbook
downloads: [pdf, epub]
chapters:
- index.qmd
- intro.qmd
- data.qmd
- aggregates.qmd
- mutating.qmd
- filtering.qmd
- transforming.qmd
- significancetests.qmd
- correlations.qmd
- multipleregression.qmd
- residuals.qmd
- zscores.qmd
- clustering.qmd
- simulations.qmd
- barcharts.qmd
- stackedbars.qmd
- circularbarcharts.qmd
- wafflecharts.qmd
- linecharts.qmd
- stepcharts.qmd
- dumbbellcharts.qmd
- scatterplots.qmd
- bubblecharts.qmd
- beeswarmplots.qmd
- bumpcharts.qmd
- tables.qmd
- facetwraps.qmd
- cowplots.qmd
- encirclingpoints.qmd
- textcleaning.qmd
- headlines.qmd
- annotations.qmd
- finishingtouches.qmd
- rtweet.qmd
- rvest.qmd
- advancedrvest.qmd
- blogging.qmd
- checklist.qmd
- usingpackages.qmd
- sportsreferencecsvs.qmd
- onboarding.qmd
- tutorials.qmd
bibliography: references.bib
format:
html:
theme: simplex
pdf:
documentclass: scrreprt
epub:
cover-image: cover.png
editor: visual
execute:
freeze: auto