get_destructure_objects: Get the output object names of the destructure (rhino::%<-%)...

View source: R/box_usage_helper_functions.R

get_destructure_objectsR Documentation

Get the output object names of the destructure (⁠rhino::%<-%⁠) assignment operator.

Description

This is a naive search for the SYMBOLS within a c() as the first expression before the ⁠%<-%⁠. For example: c(x, y, z) %<-% ....

Usage

get_destructure_objects(xml)

Arguments

xml

An XML node list

Value

a list of xml_nodes and text


box.linters documentation built on June 26, 2025, 5:07 p.m.