find_block | R Documentation |
Finds a block and returns the range of line numbers encompassed by that block.
## S3 method for class 'bi_model'
find_block(x, name, inner = FALSE, ...)
x |
a |
name |
of the block to find |
inner |
only return the inner part of the block (not the block definition) |
... |
ignored |
an integerr vector, the range of line numbers
bi_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.