forked from tidyverse/forcats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
76 lines (67 loc) · 1.51 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
75
template:
package: tidytemplate
default_assets: false
home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/factors.html
reference:
- title: Change order of levels
desc: >
Keep the values of the levels the same, but change their order.
These are particularly useful for models, tables, and visualisations.
contents:
- fct_relevel
- fct_inorder
- fct_reorder
- fct_infreq
- fct_shuffle
- fct_rev
- fct_shift
- title: Change value of levels
desc: >
Change factor levels, while preserving order (as much as possible).
contents:
- fct_anon
- fct_collapse
- fct_lump
- fct_other
- fct_recode
- fct_relabel
- title: Add new levels
desc: >
Leave existing data as is, but add more levels.
contents:
- fct_expand
- fct_explicit_na
- title: Other helpers
contents:
- as_factor
- fct_c
- fct_count
- fct_unify
- fct_unique
- fct_drop
- lvls
- lvls_union
- title: Data
contents:
- gss_cat
navbar:
left:
- text: Reference
href: reference/index.html
- text: News
menu:
- text: "Release notes"
- text: "Version 0.2.0"
href: articles/releases/forcats-0.2.0.html
- text: "Version 0.1.0"
href: articles/releases/forcats-0.1.0.html
- text: "------------------"
- text: "Change log"
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/tidyverse/forcats