vix.ing · top · new · best · stats · spec

tidyr: Tidy Messy Data

2014/07/21 by Hadley Wickham, Davis Vaughan, Maximilian Girlich · 1 voice · 7 citations
Earth and Planetary Sciences · Engineering · Computer Science · #Meteorological Phenomena and Simulations #Traffic Prediction and Management Techniques #Data Analysis with R

paper · pdf · doi:10.32614/cran.package.tidyr

openalex publication_date 2014/07/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/01

Abstract

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

Cited by

Discussions