Returns the contents of a block in a LibBi model as a character vector of lines.
# S3 method for bi_model
get_block(x, name, shell = FALSE, ...)
a character vector of the lines in the block
a bi_model
object
name of the block
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 transition
or ode
block
ignored