powered by
Parse model specification text
modelparse(txt, split = FALSE, drop_blank = TRUE, comment_re = c("//", "##"))
model specification text
logical
logical; TRUE if blank lines are to be dropped
TRUE
regular expression for comments
# NOT RUN { file <- file.path(modlib(), "pk1.cpp") modelparse(readLines(file)) # }
Run the code above in your browser using DataLab