-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_pkgdown.yml
69 lines (64 loc) · 1.66 KB
/
_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
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
url: https://larmarange.github.io/labelled/
template:
bootstrap: 5
bslib:
base_font: {google: {family: "Source Sans Pro", wght: [400, 600], ital: [0, 1]}}
code_font: {google: "Source Code Pro"}
primary: "#14497f"
font_scale: 1.2
destination: docs
development:
mode: auto
reference:
- title: Manipulating variable labels
desc: Functions to set, manipulate and remove variable labels
contents:
- var_label
- remove_var_label
- copy_labels
- update_variable_labels_with
- title: Manipulating value labels
desc: Functions to set, manipulate and remove value labels
contents:
- haven::labelled
- val_label
- remove_var_label
- sort_val_labels
- val_labels_to_na
- nolabel_to_na
- drop_unused_value_labels
- copy_labels
- update_variable_labels_with
- title: Data dictionary
desc: Functions to look for keywords variable names / labels and create a data dictionary.
contents:
- look_for
- title: Manipulating SPSS style missing values
desc: Functions to set, manipulate and remove SPSS style missing values
contents:
- haven::labelled_spss
- na_values
- copy_labels
- remove_user_na
- title: Tagged missing values
contents:
- haven::tagged_na
- unique_tagged_na
- tagged_na_to_user_na
- title: Converting
desc: Functions to convert from and to labelled classes
contents:
- starts_with("to")
- update_labelled
- title: Other functions and methods
contents:
- is_prefixed
- recode_if
- recode.haven_labelled
- remove_attributes
- names_prefixed_by_values
- title: Internal datasets for testing
contents:
- spss_file
redirects:
- ["articles/intro_labelled.html", "articles/labelled.html"]