Recent Releases of unpivotr
unpivotr - unpivotr v0.6.0
- Changed
"NNW"to"up-left"etc. Compass directions still work, but the built-in datasetpurposehas different names and documentation will gradually change to the new terms. - Patches for upcoming upstream changes
- R
Published by nacnudus almost 6 years ago
unpivotr - v0.5.0
unpivotr 0.5.0
New features
behead_if()is for tiered headers within the same row or column. It takes filter functions similarly todplyr::filter()to decide which cells to treat as headers, and can be applied more than once to the same row or column of headers until every tier has been dealt with.merge_rows()andmerge_cols()combines header text when it is split over multiple cells.
Other changes
behead(),enhead(),partition()andrectify()give a more informative error message for non-distinct cells, for example when trying to pass cells from more than one sheet to these functions (@gregrs-uk, #15).
- R
Published by nacnudus about 7 years ago
unpivotr - CRAN submission v0.3.1
Tiny bugfix release to pass tests on all CRAN platforms.
- R
Published by nacnudus about 8 years ago
unpivotr - CRAN submission v0.3.0
- Made compatible with tidyxl version 1.0.0 (avoids
dplyr::distinct(), which doesn't handle list columns). - Updated to use the new
dplyr/rlangcombination instead of the olddplyr/lazyevalone.
- R
Published by nacnudus about 8 years ago