View source: R/functions_wrapper.R
check_dataset | R Documentation |
Check dataset for consistency across a set of rules
check_dataset(model, dataframe = FALSE, verbose = FALSE)
model |
(Model) Pharmpy model object |
dataframe |
(logical) TRUE to return a DataFrame instead of printing to the console |
verbose |
(logical) Print out all rules checked if TRUE else print only failed rules |
(data.frame) Only returns a DataFrame is dataframe=TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.