tidyr

E436332

tidyr is an R package that provides tools for reshaping and organizing data into tidy formats to facilitate analysis and visualization.

All labels observed (1)

Label Occurrences
tidyr canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf R package
software library
basedOnConcept tidy data principles
compatibleWith dplyr NERFINISHED
ggplot2 NERFINISHED
readr
coreConcept each observation forms a row
each type of observational unit forms a table
each variable forms a column
cranPackageUrl https://CRAN.R-project.org/package=tidyr
designGoal make messy data tidy
provide a consistent grammar for data tidying
developer Hadley Wickham NERFINISHED
RStudio NERFINISHED
ecosystem R tidyverse ecosystem
firstReleaseApproxYear 2014
license MIT License
maintainer Hadley Wickham NERFINISHED
outputFormat tibble
partOf tidyverse NERFINISHED
programmingLanguage R NERFINISHED
providesFunction complete
drop_na
expand
fill
gather
nest
pivot_longer
pivot_wider
replace_na
separate
spread
unite
unnest
purpose data organization
data reshaping
data tidying
repository https://github.com/tidyverse/tidyr
supportsTask data cleaning
data preprocessing
data transformation
data wrangling
preparation for data visualization
preparation for statistical analysis
typicalInput data.frame
tibble
usedFor combining columns
reshaping long data to wide format
reshaping wide data to long format
splitting columns

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

R hasPackage tidyr