CMD + K

r-tidyr

Community

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).

Installation

To install this package, run one of the following:

Conda
$conda install services::r-tidyr

Usage Tracking

1.3.0
1.0.0
2 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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).

Last Updated

May 7, 2023 at 14:25

License

MIT

Total Downloads

68

Supported Platforms

linux-64
macOS-64
win-64