Package: tidyr 1.3.1.9000
tidyr: Tidy Messy Data
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).
Authors:
tidyr_1.3.1.9000.tar.gz
tidyr_1.3.1.9000.zip(r-4.5)tidyr_1.3.1.9000.zip(r-4.4)tidyr_1.3.1.9000.zip(r-4.3)
tidyr_1.3.1.9000.tgz(r-4.4-x86_64)tidyr_1.3.1.9000.tgz(r-4.4-arm64)tidyr_1.3.1.9000.tgz(r-4.3-x86_64)tidyr_1.3.1.9000.tgz(r-4.3-arm64)
tidyr_1.3.1.9000.tar.gz(r-4.5-noble)tidyr_1.3.1.9000.tar.gz(r-4.4-noble)
tidyr_1.3.1.9000.tgz(r-4.4-emscripten)tidyr_1.3.1.9000.tgz(r-4.3-emscripten)
tidyr.pdf |tidyr.html✨
tidyr/json (API)
NEWS
# Install 'tidyr' in R: |
install.packages('tidyr', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/tidyr/issues
- billboard - Song rankings for Billboard top 100 in the year 2000
- cms_patient_care - Data from the Centers for Medicare & Medicaid Services
- cms_patient_experience - Data from the Centers for Medicare & Medicaid Services
- construction - Completed construction in the US in 2018
- fish_encounters - Fish encounters
- household - Household data
- population - World Health Organization TB data
- relig_income - Pew religion and income survey
- smiths - Some data about the Smith family
- table1 - Example tabular representations
- table2 - Example tabular representations
- table3 - Example tabular representations
- table4a - Example tabular representations
- table4b - Example tabular representations
- table5 - Example tabular representations
- us_rent_income - US rent and income data
- who - World Health Organization TB data
- who2 - World Health Organization TB data
- world_bank_pop - Population data from the World Bank
Last updated 18 days agofrom:3a9a93c1db. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win-x86_64 | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
R-4.4-win-x86_64 | NOTE | Oct 25 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 25 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 25 2024 |
R-4.3-win-x86_64 | NOTE | Oct 25 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 25 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 25 2024 |
Exports:%>%all_ofany_ofas_tibblebuild_longer_specbuild_wider_speccheck_pivot_specchopcompletecomplete_containscrossingcrossing_drop_nadrop_na_ends_witheverythingexpandexpand_expand_gridextractextract_extract_numericfillfill_full_seqgathergather_hoistlast_colmatchesnestnest_nest_legacynestingnesting_num_rangeone_ofpackpivot_longerpivot_longer_specpivot_widerpivot_wider_specreplace_naseparateseparate_separate_longer_delimseparate_longer_positionseparate_rowsseparate_rows_separate_wider_delimseparate_wider_positionseparate_wider_regexspreadspread_starts_withtibbletidyr_legacytribbleunchopuncountuniteunite_unnestunnest_unnest_autounnest_legacyunnest_longerunnest_widerunpack
Dependencies:clicpp11dplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyselectutf8vctrswithr
In packages
Rendered fromin-packages.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-08-05
Started: 2019-08-08
Nested data
Rendered fromnest.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-08-27
Started: 2019-05-09
Pivoting
Rendered frompivot.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-08-27
Started: 2019-03-03
Programming with tidyr
Rendered fromprogramming.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-08-05
Started: 2020-04-24
Rectangling
Rendered fromrectangle.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-08-27
Started: 2019-05-08
Tidy data
Rendered fromtidy-data.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-10-24
Started: 2014-06-11