# -------------------------------------------- # CITATION 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://raubreywhite.r-universe.dev repository-code: https://github.com/csids/csutil commit: 5cbc2806cad24ec4ff356d9f48f7253228c19c86 url: https://www.csids.no/csutil/ date-released: '2023-04-25' contact: - family-names: White given-names: Richard Aubrey email: hello@rwhite.no orcid: https://orcid.org/0000-0002-6747-1726