get_objects_in_strings {box.linters} | R Documentation |
glue
string templatesIn glue
, all text between {
and }
is considered code. Literal braces are defined as
{{
and }}
. Text between double braces are not interpolated.
get_objects_in_strings(xml)
xml |
An xml node list. |
A character vector of object and function names found inside glue
string templates.