find_block {rbi} | R Documentation |
Find a block in a LibBi model
Description
Finds a block and returns the range of line numbers encompassed by that block.
Usage
## S3 method for class 'bi_model'
find_block(x, name, inner = FALSE, ...)
Arguments
x |
a |
name |
of the block to find |
inner |
only return the inner part of the block (not the block definition) |
... |
ignored |
Value
an integerr vector, the range of line numbers
See Also
[Package rbi version 1.0.0 Index]