View source: R/nm.remove.section.r
nm.remove.section | R Documentation |
Function to read NONMEM control stream and extract specific sections
nm.remove.section(secNames, ctl)
secNames |
character vector with sections to remove |
ctl |
character vector of scanned control stream |
A list with as many (named) element as there are $.... elements in the control stream
This function is not intended to be called alone, but is called in the wrapper function nm.parse.control.stream
nm.parse.control.stream
nm.remove.section("EST"
, read.mod("example1", path = getOption("qpExampleDir"), file.ext = ".ctl")
)[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.