csutil: Common Base-R Problems Relating to Lists

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
Author: Richard Aubrey White ORCID iD [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

Documentation:

Reference manual: csutil.pdf
Vignettes: Intro to csutil

Downloads:

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
Old sources: csutil archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=csutil to link to this page.