View source: R/get_objects_in_strings.R
| get_objects_in_strings | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.