Installation
About
Tools to help to create tidy data, where each column is a variable, each row is an observation, and each cell contains a single value. 'tidyr' contains tools for changing the shape (pivoting) and hierarchy (nesting and 'unnesting') of a dataset, turning deeply nested lists into rectangular data frames ('rectangling'), and extracting values out of string columns. It also includes tools for working with missing values (both implicit and explicit).
tidyr.tidyverse.org | |
github.com/tidyverse/tidyr | |
System requirements | C++11 |
Bug report | File report |
Key Metrics
Downloads
Last 24 hours | 0 -100% |
Last 7 days | 183.522 -24% |
Last 30 days | 959.525 -16% |
Last 90 days | 3.235.179 +18% |
Last 365 days | 12.706.648 -1% |
Depends
R | ≥ 3.4.0 |