Package: unpivotr 0.6.3
unpivotr: Unpivot Complex and Irregular Data Layouts
Tools for converting data from complex or irregular layouts to a columnar structure. For example, tables with multilevel column or row headers, or spreadsheets. Header and data cells are selected by their contents and position, as well as formatting and comments where available, and are associated with one other by their proximity in given directions. Functions for data frames and HTML tables are provided.
Authors:
unpivotr_0.6.3.tar.gz
unpivotr_0.6.3.zip(r-4.5)unpivotr_0.6.3.zip(r-4.4)unpivotr_0.6.3.zip(r-4.3)
unpivotr_0.6.3.tgz(r-4.4-any)unpivotr_0.6.3.tgz(r-4.3-any)
unpivotr_0.6.3.tar.gz(r-4.5-noble)unpivotr_0.6.3.tar.gz(r-4.4-noble)
unpivotr_0.6.3.tgz(r-4.4-emscripten)unpivotr_0.6.3.tgz(r-4.3-emscripten)
unpivotr.pdf |unpivotr.html✨
unpivotr/json (API)
NEWS
# Install 'unpivotr' in R: |
install.packages('unpivotr', repos = c('https://nacnudus.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nacnudus/unpivotr/issues
- purpose - Sense-of-purpose in the 2014 New Zealand General Social Survey
Last updated 2 years agofrom:f7eb82b0e5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win | OK | Nov 20 2024 |
R-4.5-linux | OK | Nov 20 2024 |
R-4.4-win | OK | Nov 20 2024 |
R-4.4-mac | OK | Nov 20 2024 |
R-4.3-win | OK | Nov 20 2024 |
R-4.3-mac | OK | Nov 20 2024 |
Exports:%>%as_cellsbeheadbehead_ifenheadisolate_sentinelsjustifymerge_colsmerge_rowspackpartitionpartition_dimrectifyspattertidy_tableunpack
Dependencies:cellrangerclicpp11dplyrfansiforcatsgenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rematchrlangstringistringrtibbletidyrtidyselectutf8vctrswithrxml2
HTML Tables
Rendered fromhtml.Rmd
usingknitr::rmarkdown
on Nov 20 2024.Last update: 2018-12-29
Started: 2017-06-18
Introduction to unpivotr
Rendered fromintroduction.Rmd
usingknitr::rmarkdown
on Nov 20 2024.Last update: 2022-05-12
Started: 2019-08-30
Small Multiples
Rendered fromsmall-multiples.Rmd
usingknitr::rmarkdown
on Nov 20 2024.Last update: 2021-07-18
Started: 2016-10-14
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Un-pivot complex and irregular data layouts. | unpivotr-package unpivotr |
Tokenize data frames into a tidy 'melted' structure | as_cells |
Strip a level of headers from a pivot table | behead behead_if |
Directions from data cells to headers | direction |
Join data cells to headers | enhead |
Move sentinel values into a separate column leaving NA behind | isolate_sentinels |
Align one set of cells with another set | justify |
Merge cell values into a single cell by rows or columns | merge_cells merge_cols merge_rows |
Pack cell values from separate columns per data type into one list-column | pack unpack |
Divide a grid of cells into partitions containing individual tables | partition partition_dim |
Sense-of-purpose in the 2014 New Zealand General Social Survey | purpose |
Display cells as though in a spreadsheet | print.cell_grid rectify |
Spread key-value pairs of mixed types across multiple columns | spatter |
Tokenize data frames into a tidy 'melted' structure | tidy_table |