get_block | R Documentation |
Returns the contents of a block in a LibBi model as a character vector of lines.
## S3 method for class 'bi_model'
get_block(x, name, shell = FALSE, ...)
x |
a |
name |
name of the block |
shell |
if TRUE (default:FALSE), will return the shell (i.e., the
definition of the block) as well as content; this is useful, e.g., to see
options passed to a |
... |
ignored |
a character vector of the lines in the block
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.