has_export_tag {box} | R Documentation |
Find @export
tags in code regions
Description
Find @export
tags in code regions
Usage
has_export_tag(ref)
Arguments
ref |
The code region |
Value
TRUE
if the given region is annotated with a @export
tag, FALSE
otherwise.
[Package box version 1.2.0 Index]