-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
61 lines (60 loc) · 1.47 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
reference:
- title: Arrange
contents:
- starts_with("arrange")
- title: Categorize and Recode
contents:
- starts_with("categorize")
- starts_with("recode")
- title: Coalesce
contents:
- starts_with("coalesce")
- title: Time Columns
contents:
- contains("date")
- title: Deselect and Select
contents:
- starts_with("deselect")
- starts_with("select")
- title: Filter
contents:
- starts_with("filter")
- title: Mutate
contents:
- starts_with("mutate")
- title: Rename
contents:
- starts_with("rename")
- title: Format
contents:
- starts_with("format")
- rm_multibyte_chars
- title: Aggregation
contents:
- starts_with("summarize")
- grouped_paste
- observation_count
- value_count
- title: Randomize and Sampling
contents:
- randomize
- sample_all_or_n
- title: Split
contents:
- starts_with("split")
- title: Diff
contents:
- starts_with("setdiff")
- title: Reposition
contents:
- contains("position")
- title: QA
contents:
- duplicated_cols
- title: Miscellaneous
contents:
- blank_tibble
- cols_to_list
- list_to_tibble
- map_names_set
- release