-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
75 lines (74 loc) · 2 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
70
71
72
73
74
destination: docs
development:
template:
params:
docsearch:
api_key: '6db2c470d1d74c7ea300df678442b4e5'
index_name: 'tidywrappers'
reference:
- title: "tbl_convert_*"
desc: ">"
contents:
- tbl_convert_column_zscore
- tbl_convert_log
- tbl_convert_log10
- tbl_convert_log2
- tbl_convert_row_zscore
- title: "tbl_count_vars_*"
desc: ">"
contents:
- tbl_count_vars_NA_all
- tbl_count_vars_NA_any
- tbl_count_vars_zero_all
- tbl_count_vars_zero_any
- title: "tbl_get_vars_*"
desc: ">"
contents:
- tbl_get_vars_NA_all
- tbl_get_vars_NA_any
- tbl_get_vars_zero_all
- tbl_get_vars_zero_any
- title: "tbl_keep_rows_*"
desc: ">"
contents:
- tbl_keep_rows_less_than_or_equal_all
- tbl_keep_rows_less_than_or_equal_any
- tbl_keep_rows_greater_than_or_equal_all
- tbl_keep_rows_greater_than_or_equal_any
- tbl_keep_rows_zero_all
- tbl_keep_rows_zero_any
- tbl_keep_rows_NA_all
- tbl_keep_rows_NA_any
- title: "tbl_keep_vars_*"
desc: ">"
contents:
- tbl_keep_vars_NA_all
- tbl_keep_vars_NA_any
- tbl_keep_vars_zero_all
- tbl_keep_vars_zero_any
- title: "tbl_remove_rows_*"
desc: ">"
contents:
- tbl_remove_rows_greater_than_or_equal_any
- tbl_remove_rows_less_than_or_equal_any
- tbl_remove_rows_greater_than_or_equal_all
- tbl_remove_rows_less_than_or_equal_all
- tbl_remove_rows_zero_all
- tbl_remove_rows_zero_any
- tbl_remove_rows_NA_all
- tbl_remove_rows_NA_any
- title: "tbl_remove_vars_*"
desc: ">"
contents:
- tbl_remove_vars_NA_all
- tbl_remove_vars_NA_any
- tbl_remove_vars_zero_all
- tbl_remove_vars_zero_any
- title: "tbl_replace_*"
desc: ">"
contents:
- tbl_replace_greater_than
- tbl_replace_greater_than_or_equal
- tbl_replace_less_than
- tbl_replace_less_than_or_equal
- tbl_replace_string