Description Usage Arguments Value
View source: R/old/parse_stan_macros.r View source: R/parse_macro.r
Applies macros to a stan file
1 2 | parse_stan_macros(input, output_file, macro_list = list(),
macro_files = list(), ..., .validate_output = TRUE)
|
input |
stan code or file name |
output_file |
file name to output |
macro_list |
named list of macro definitions |
macro_files |
named list of macro file names |
... |
additional named macro definitions |
.validate_output |
check to make sure output stan file is valid |
the parsed stan code if 'out_file = NA'; otherwise 'out_file'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.