A dataframe validation framework for package builders who use dataframes as function parameters. It performs checks on column names, coerces data-types, and checks grouping to make sure user inputs conform to a specification provided by the package author. It provides a mechanism for package authors to automatically document supported dataframe inputs and selectively dispatch to functions depending on the format of a dataframe much like S3 does for classes. It also contains some developer tools to make working with and documenting dataframe specifications easier. It helps package developers to improve their documentation and simplifies parameter validation where dataframes are used as function parameters.
Package details |
|
---|---|
Author | Robert Challen [aut, cre, cph] (<https://orcid.org/0000-0002-5504-7768>) |
Maintainer | Robert Challen <rob.challen@bristol.ac.uk> |
License | MIT + file LICENSE |
Version | 0.3.3 |
URL | https://ai4ci.github.io/interfacer/ https://github.com/ai4ci/interfacer |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.