.extract_stan_functions | R Documentation |
Extract function names or content from Stan code
.extract_stan_functions(content, names_only = FALSE, functions = NULL)
content |
Character vector containing Stan code |
names_only |
Logical, if TRUE extract function names, otherwise extract function content. |
functions |
Optional, character vector of function names to extract content for. |
Character vector of function names or content
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.