-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
38 lines (33 loc) · 868 Bytes
/
_pkgdown.yml
File metadata and controls
38 lines (33 loc) · 868 Bytes
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
title: Toy Survey Data
url: https://ajstamm.github.io/toysurveydata/
template:
bootstrap: 5
params:
bootswatch: cerulean
repo:
url:
home: https://ajstamm.github.io/toysurveydata/
source: https://github.com/ajstamm/toysurveydata/
issue: https://github.com/ajstamm/toysurveydata/issues/
user: https://github.com/ajstamm/
navbar:
type: inverse
reference:
- title: "Multiple variable creators"
desc: "Functions that calulate sets of variables"
- contents:
- select_categorical_set
- select_many_set
- select_continuous_set
- select_dates_set
- title: "Single variable creators"
desc: "Functions that calulate single variables"
- contents:
- sample_one
- sample_many
- sample_ip
- title: "Data manipulators"
desc: "Functions that derive variables or add error to variables"
- contents:
- sample_age
- sampling_error