load_checks | R Documentation |
Load and parse checks in a yaml file, and return a list of useful objects.
load_checks(path_checks, origin)
path_checks |
The file path to the yaml file specifying the smells and rules. Required. |
origin |
The origin of the dataset. Currently supports "csv" and "REDCap". Required. |
# Step 0: define paths.
# So this package example executes on every machine, temp files are used.
# Replace the two paths for your specific project
path_checks <- system.file("checks/checks-biochemical.yml", package = "trawler")
# Step 1: load the check definitions and the dataset to test
load_checks(path_checks, origin = "REDCap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.