Description Usage Arguments Value Examples
Generate agent object for validation of controlled vocabulary conditions for a data set
1 | create_pb_agent(convo, tbl, level = 1)
|
convo |
|
tbl |
The input table passed to |
level |
Numeric. Level of controlled vocabulary containing validation checks |
pointblank
agent for validation pipeline
1 2 3 | filepath <- system.file("", "ex-convo.yml", package = "convo")
convo <- read_convo(filepath)
agent <- create_pb_agent(convo, data.frame(IND_A = 1, IND_B = 5, DT_B = as.Date("2020-01-01")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.