createModelInfo.Rd
Calls TDL5 to parse the model and get the list of terms
createModelInfo(model, ForceRun = FALSE)
Model object
Set to TRUE to force run
TRUE
List of model information
if (FALSE) { # \dontrun{ model <- pkmodel(columnMap = FALSE, workingDir = tempdir()) createModelInfo(model) } # }