forked from tidyverse/tidyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
82 lines (73 loc) · 1.76 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
76
77
78
79
80
81
82
url: https://tidyr.tidyverse.org
home:
strip_header: true
links:
- text: Learn more
href: http://r4ds.had.co.nz/tidy-data.html
template:
package: tidytemplate
development:
mode: auto
navbar:
components:
home: ~
intro:
text: Tidy data
href: articles/tidy-data.html
reference:
- title: Pivotting
description: |
tidyr provides three families of tools for changing the form of a dataset,
while preserving its values:
* Pivotting, which changes the representation of a rectangular dataset.
See `vignette("pivot")` for more details.
* Rectangling, which turns deeply nested lists into tidy tibbles.
See `vignette("rectangle")` for more details.
* Nesting and unnesting, which support converstaion to and from an
alternative representation of grouped data where a group becomes a
single row containing a nested data frame. See `vignette("nest")`
for more details.
contents:
- pivot_longer
- pivot_wider
- nest
- unnest_longer
- spread
- gather
- title: Character vectors
description: |
Multiple variables are sometimes pasted together into a single column,
and these tools help you separate back out into individual columns.
contents:
- extract
- separate
- separate_rows
- unite
- title: Missing values
description: |
Tools for converting between implicit (absent rows) and explicit (`NA`)
missing values, and for handling explicit `NA`s.
contents:
- complete
- drop_na
- expand
- expand_grid
- fill
- full_seq
- replace_na
- title: Miscellanea
contents:
- chop
- pack
- uncount
- title: Data
contents:
- billboard
- construction
- fish_encounters
- relig_income
- smiths
- table1
- us_rent_income
- who
- world_bank_pop