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
).
- Install the
validate
package from CRAN.
install.packages('validate')
- In RStudio:
New Project->Version Control->clone a project from a git repository
, fill inhttps://github.com/markvanderloo/2024uRos
.
License
This work is licensed under a Creative Commons Attribution 4.0 International License.