powered by
Extracts comments from model.
# S3 method for model comments( x, fields = c("symbol", "unit", "label"), expected = character(0), na = NA_character_, tables = TRUE, ... )
data.frame
model
data items to scavenge from control stream comments
parameters known from NONMEM output
string to use for NA values when writing default metafile
whether to include table comments
passed arguments
Other comments: comments.inits(), comments.items(), comments()
comments.inits()
comments.items()
comments()
library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% as.model %>% comments
Run the code above in your browser using DataLab