
Last chance! 50% off unlimited learning
Sale ends in
Parse model specification text
modelparse(txt, split = FALSE, drop_blank = TRUE, comment_re = c("//", "##"))modelparse_rmd(txt, split = FALSE, drop_blank = TRUE, comment_re = "//")
model specification text
logical
logical; TRUE
if blank lines are to be dropped
regular expression for comments
file <- file.path(modlib(), "pk1.cpp")
modelparse(readLines(file))
Run the code above in your browser using DataLab