associated_block {roxytypes} | R Documentation |
Find an associated block
Description
Given a file and line, discover which block the tag is associated with
Usage
associated_block(file, line)
Arguments
file |
( |
line |
( |
Value
(roxygen2::roxy_block()
| NULL) A roxy_block
if one could be associated, or NULL
if not.
[Package roxytypes version 0.1.0 Index]