R/pointblank.R
create_pb_agent.Rd
Generate agent object for validation of controlled vocabulary conditions for a data set
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
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")))