# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "libr" in publications use:' type: software license: CC0-1.0 title: 'libr: Libraries, Data Dictionaries, and a Data Step for R' version: 1.3.7 doi: 10.32614/CRAN.package.libr abstract: Contains a set of functions to create data libraries, generate data dictionaries, and simulate a data step. The libname() function will load a directory of data into a library in one line of code. The dictionary() function will generate data dictionaries for individual data frames or an entire library. And the datestep() function will perform row-by-row data processing. authors: - family-names: Bosak given-names: David email: dbosak01@gmail.com repository: https://CRAN.R-project.org/package=libr repository-code: https://github.com/dbosak01/libr url: https://libr.r-sassy.org date-released: '2024-11-06' contact: - family-names: Bosak given-names: David email: dbosak01@gmail.com