# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "csutil" in publications use:' type: software license: MIT title: 'csutil: Common Base-R Problems Relating to Lists' version: 2023.4.25 doi: 10.32614/CRAN.package.csutil abstract: 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. authors: - family-names: White given-names: Richard Aubrey email: hello@rwhite.no orcid: https://orcid.org/0000-0002-6747-1726 repository: https://niphr.r-universe.dev repository-code: https://github.com/niphr/csutil commit: b5fc9e939919928dad6e4e301ddf3f63a3467bd3 url: https://niphr.github.io/csutil/ date-released: '2026-07-01' contact: - family-names: White given-names: Richard Aubrey email: hello@rwhite.no orcid: https://orcid.org/0000-0002-6747-1726