Releases: onlyphantom/verisr2
Releases · onlyphantom/verisr2
The tidier vcdb
In a Nutshell
This version added a new functionality: the collapse_vcdb function that takes the raw VCDB data frame typically wide and sparse (2400+ columns) and transform it intelligently into a more compact data frame (170+ columns) in true tidyverse fashion
Initial release
Initial Release
The initial release of verisr2 focuses on re-implementing some of the helper functions written in the original verisr. The original package is written 5 years ago and uses data.table code that has since been deprecated.
This package is implemented in mostly base R and, where its convenient, dplyr, following more modern syntax that will work with all recent versions of R.