Parse model specification text
Parse model specification text
modelparse(txt, split = FALSE, drop_blank = TRUE, comment_re = c("//", "##")) modelparse_rmd(txt, split = FALSE, drop_blank = TRUE, comment_re = "//")
txt |
model specification text |
split |
logical |
drop_blank |
logical; |
comment_re |
regular expression for comments |
file <- file.path(modlib(), "pk1.cpp") modelparse(readLines(file))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.