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: | 2023.4.25 |
Depends: | R (≥ 3.3.0) |
Imports: | data.table, magrittr, ggplot2 |
Suggests: | testthat, knitr, rmarkdown, rstudioapi, glue |
Published: | 2023-04-25 |
DOI: | 10.32614/CRAN.package.csutil |
Author: | Richard Aubrey White [aut, cre], CSIDS [cph] |
Maintainer: | Richard Aubrey White <hello at rwhite.no> |
BugReports: | https://github.com/csids/csutil/issues |
License: | MIT + file LICENSE |
URL: | https://www.csids.no/csutil/, https://github.com/csids/csutil |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | csutil results |
Reference manual: | csutil.pdf |
Vignettes: |
Intro to csutil |
Package source: | csutil_2023.4.25.tar.gz |
Windows binaries: | r-devel: csutil_2023.4.25.zip, r-release: csutil_2023.4.25.zip, r-oldrel: csutil_2023.4.25.zip |
macOS binaries: | r-release (arm64): csutil_2023.4.25.tgz, r-oldrel (arm64): csutil_2023.4.25.tgz, r-release (x86_64): csutil_2023.4.25.tgz, r-oldrel (x86_64): csutil_2023.4.25.tgz |
Old sources: | csutil archive |
Please use the canonical form https://CRAN.R-project.org/package=csutil to link to this page.