-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_pkgdown.yml
39 lines (39 loc) · 983 Bytes
/
_pkgdown.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
template:
bootstrap: 5
bootswatch: cerulean
reference:
- title: Helper functions
desc: Short functions written to help perform basic operations in class.
contents:
- '`ci`'
- '`err-rate`'
- '`logit2prob`'
- '`mse`'
- '`prob2logodds`'
- '`prob2odds`'
- '`xaringan`'
- title: Notes/slides
desc: Functions to generate custom formatted R Markdown notes and slides.
contents:
- '`cfss_notes`'
- '`cfss_slides`'
- '`xaringan_wide`'
- '`base_size`'
- title: Datasets
desc: Datasets for in-class exercises, homework assignments, and demonstrations
contents:
- '`bechdel`'
- '`cps`'
- '`dadmom`'
- '`emotion`'
- '`gss`'
- '`gss_colrac`'
- '`gun_deaths`'
- '`mass_shootings`'
- '`mental_health`'
- '`police_shootings`'
- '`publishers`'
- '`scorecard`'
- '`superheroes`'
- '`worldbank`'
- '`USCongress`'