Utility functions that help with common base-R problems relating to lists. Lists in base-R are very flexible. This package provides functions to quickly and easily characterize types of lists. That is, to identify if all elements in a list are null, data.frames, lists, or fully named lists. Other functionality is provided for the handling of lists, such as the easy splitting of lists into equally sized groups, and the unnesting of data.frames within fully named lists.
Version: | 2022.6.20 |
Depends: | R (≥ 3.3.0) |
Imports: | data.table, magrittr, ggplot2 |
Suggests: | testthat, knitr, rmarkdown, rstudioapi, glue |
Published: | 2022-06-22 |
DOI: | 10.32614/CRAN.package.splutil |
Author: | Richard Aubrey White [aut, cre], Folkehelseinstituttet [cph] |
Maintainer: | Richard Aubrey White <sykdomspulsen at fhi.no> |
BugReports: | https://github.com/sykdomspulsen-org/splutil/issues |
License: | MIT + file LICENSE |
URL: | https://docs.sykdomspulsen.no/splutil/, https://github.com/sykdomspulsen-org/splutil |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | splutil results |
Reference manual: | splutil.pdf |
Vignettes: |
Introduction to splutil |
Package source: | splutil_2022.6.20.tar.gz |
Windows binaries: | r-devel: splutil_2022.6.20.zip, r-release: splutil_2022.6.20.zip, r-oldrel: splutil_2022.6.20.zip |
macOS binaries: | r-release (arm64): splutil_2022.6.20.tgz, r-oldrel (arm64): splutil_2022.6.20.tgz, r-release (x86_64): splutil_2022.6.20.tgz, r-oldrel (x86_64): splutil_2022.6.20.tgz |
Please use the canonical form https://CRAN.R-project.org/package=splutil to link to this page.