Skip to content

Commit 85ec7ac

Browse files
committed
Add function family desc
1 parent c122d31 commit 85ec7ac

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

_pkgdown.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ template:
99
theme: atom-one-light
1010

1111
reference:
12-
- title: ":magic_wand: Derive new variables"
12+
- title: ":magic_wand: Derive"
13+
desc: "Create new variables"
1314
contents:
1415
- starts_with("derive_")
15-
- title: ":twisted_rightwards_arrows: Recode missing value placeholders"
16+
- title: ":twisted_rightwards_arrows: Recode"
17+
desc: "Take care of missing value placeholders (e.g., 8, 9, -88888)"
1618
contents:
1719
- recode_missing
18-
- title: ":mag: Inspect data quality"
20+
- title: ":mag: Inspect"
21+
desc: "Assess data quality before performing analysis"
1922
contents:
2023
- check_response_consistency
2124
- find_matching_pairs

0 commit comments

Comments
 (0)