modelparse | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.