Directly edit PML text in model object
editModel.Rd
Allows user to edit PML text in model object using internal text editor and return a new textual model containing the edited PML statements.
Examples
if (FALSE) { # \dontrun{
model <- pkmodel(columnMap = FALSE)
newModel <- editModel(model)
} # }