-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
48 lines (46 loc) · 1.18 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
title: Missing Data Explorer
url: https://nelson-gon.github.io/mde/
template:
params:
bootswatch: darkly
reference:
- title: Exported Functions
desc: Functions exported by mde
contents:
- '`custom_na_recode`'
- '`drop_all_na`'
- '`drop_na_at`'
- '`drop_na_if`'
- '`get_na_counts`'
- '`na_summary`'
- '`percent_missing`'
- '`recode_as_na`'
- '`recode_as_na_for`'
- '`recode_na_as`'
- '`recode_na_if`'
- '`sort_by_missingness`'
- '`all_na`'
- '`column_based_recode`'
- '`drop_row_if`'
- '`recode_as_na_if`'
- '`recode_as_na_str`'
- '`recode_helper`'
- '`recode_selectors`'
- '`dict_recode`'
- '`get_na_means`'
- '`na_counts`'
- '`percent_na`'
- '`recode_as_value`'
navbar:
type: inverse
left:
- icon: fa-home
href: articles/mde_vignette.html
- text: "Tutorials"
menu:
- text: Exploring Missingess
href: articles/missingness.html
- text: Recoding to and from NA
href: articles/recoding.html
- text: Changes
href: news/index.html