Overview
check
library offers tools for validating user input and ensuring data integrity in R. It enables developers to verify input data types and enforce custom conditions with clear and informative error messages, making the debugging process reliable in addition to improving user experience in R packages and applications.
Installation
install.packages("devtools")
devtools::install_github("stemxresearch/check")
Usage
To use the check
package, you must start by loading it using the library()
function as shown below.
Getting started
Click the Get Started link on the top menu or follow the link Getting started for a quick tutorial on the check
library.
Documentation
The Reference menu on the top menu or this page provides a list of all the functions available in the check
package with help documentation including syntax and examples.
Getting help
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.
Code of conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.