getLibraryModelContent
[Monolix - PKanalix - Simulx] Get a library model's content.
Get the content of a library model.
Usage
getLibraryModelContent(filename, print = TRUE)
Arguments
- filename
(character) The filename of the requested model. Can start with "lib:", end with ".txt", but neither are mandatory.
(logical) If TRUE (default), model's content is printed with human-readable line breaks (alongside regular output with "\n").
Value
The model's content as a single string.
Examples
if (FALSE) {
getLibraryModelContent("oral1_1cpt_kaVCl")
model <- getLibraryModelContent(filename = "lib:oral1_1cpt_kaVCl.txt", print = FALSE)
}