Home

Awesome

Tutorial on data validation with the validate R package

Materials for a two-hour tutorial on data validation with the validate package

Preparation

Make sure you have a recent version of R installed. It is recommended, but not strictly necessary to work with an IDE that integrates R (e.g. vscode or RStudio/Posit).

  1. Install the validate package from CRAN.
install.packages('validate')
  1. In RStudio: New Project->Version Control->clone a project from a git repository, fill in https://github.com/markvanderloo/2024uRos.

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.