# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "janitor" in publications use:' type: software license: MIT title: 'janitor: Simple Tools for Examining and Cleaning Dirty Data' version: 2.2.0.9000 doi: 10.32614/CRAN.package.janitor abstract: 'The main janitor functions can: perfectly format data.frame column names; provide quick counts of variable combinations (i.e., frequency tables and crosstabs); and explore duplicate records. Other janitor functions nicely format the tabulation results. These tabulate-and-report functions approximate popular features of SPSS and Microsoft Excel. This package follows the principles of the "tidyverse" and works well with the pipe function %>%. janitor was built with beginning-to-intermediate R users in mind and is optimized for user-friendliness.' authors: - family-names: Firke given-names: Sam email: samuel.firke@gmail.com repository: https://nmrgroup.r-universe.dev repository-code: https://github.com/sfirke/janitor commit: 709b2abb38dd98252da479388db35e9106526561 url: https://sfirke.github.io/janitor/ contact: - family-names: Firke given-names: Sam email: samuel.firke@gmail.com