Learn R Programming

box.linters (version 0.10.7)

get_objects_in_strings: Get objects used in glue string templates

Description

In glue, all text between { and } is considered code. Literal braces are defined as {{ and }}. Text between double braces are not interpolated.

Usage

get_objects_in_strings(xml)

Value

A character vector of object and function names found inside glue string templates.

Arguments

xml

An xml node list.