Other packages > Find by keyword >

tidyr  

Tidy Messy Data
View on CRAN: Click here


Download and install tidyr package within the R console
Install from CRAN:
install.packages("tidyr")

Install from Github:
library("remotes")
install_github("cran/tidyr")

Install by package version:
library("remotes")
install_version("tidyr", "1.3.1")



Attach the package and use:
library("tidyr")
Maintained by
Hadley Wickham
[Scholar Profile | Author Map]
First Published: 2014-07-21
Latest Update: 2024-01-24
Description:
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).
How to cite:
Hadley Wickham (2014). tidyr: Tidy Messy Data. R package version 1.3.1, https://cran.r-project.org/web/packages/tidyr. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.1 (2014-07-21 23:16), 0.2.0 (2015-09-08 08:41), 0.3.0 (2015-09-08 10:43), 0.3.1 (2015-09-10 09:21), 0.4.0 (2016-01-18 22:10), 0.4.1 (2016-02-05 21:47), 0.5.0 (2016-06-12 19:03), 0.5.1 (2016-06-14 15:22), 0.6.0 (2016-08-12 10:20), 0.6.1 (2017-01-10 10:17), 0.6.2 (2017-05-04 08:46), 0.6.3 (2017-05-15 20:08), 0.7.0 (2017-08-16 13:48), 0.7.1 (2017-09-01 17:15), 0.7.2 (2017-10-17 01:09), 0.8.0 (2018-01-29 20:33), 0.8.1 (2018-05-18 13:17), 0.8.2 (2018-10-28 18:20), 0.8.3 (2019-03-02 00:00), 1.0.0 (2019-09-12 01:00), 1.0.2 (2020-01-24 15:30), 1.0.3 (2020-05-07 10:40), 1.1.0 (2020-05-20 15:10), 1.1.1 (2020-07-31 09:00), 1.1.2 (2020-08-27 14:20), 1.1.3 (2021-03-03 10:20), 1.1.4 (2021-09-27 18:20), 1.2.0 (2022-02-01 09:40), 1.2.1 (2022-09-08 09:30), 1.3.0 (2023-01-24 17:00)
Other packages that cited tidyr R package
View tidyr citation profile
Other R packages that tidyr depends, imports, suggests or enhances
Complete documentation for tidyr
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for tidyr20000220002400026000280003000032000340003600038000400004200044000460004800050000TrendBars

Today's Hot Picks in Authors and Packages

datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA