Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (1.3.1) of this package.
Take me there.
tidyr (version 0.2.0)
Easily Tidy Data with spread() and gather() Functions.
Description
An evolution of reshape2. It's designed specifically for data tidying (not general reshaping or aggregating) and works well with dplyr data pipelines.
Copy Link
Link to current version
Version
Version
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1
Install
install.packages('tidyr')
Monthly Downloads
1,199,672
Version
0.2.0
License
MIT + file LICENSE
Issues
51
Pull Requests
4
Stars
1,394
Forks
415
Repository
https://github.com/hadley/tidyr
Maintainer
Hadley Wickham
Last Published
December 5th, 2014
Functions in tidyr (0.2.0)
Search all functions
separate
Separate one column into multiple columns.
extract_
Standard-evaluation version of
extract
.
extract
Extract one column into multiple columns.
separate_
Standard-evaluation version of
separate
.
expand_
Expand (standard evaluation).
expand
Expand data frame to include all combinations of levels.
gather
Gather columns into key-value pairs.
unnest
Unnest a list column.
unnest_
Standard-evaluation version of
unnest
.
gather_
Gather (standard-evaluation).
unite_
Standard-evaluation version of
unite
seq_range
Create an evenly spaced sequence of values from highest to lowest.
unite
Unite multiple columns into one.
spread_
Standard-evaluation version of
spread
.
spread
Spread a key-value pair across multiple columns.
extract_numeric
Extract numeric component of variable.