get_object_calls: Get objects called in current source file.

View source: R/box_usage_helper_functions.R

get_object_callsR Documentation

Get objects called in current source file.

Description

This ignores objects to the left of ⁠<-⁠, =, ⁠%<-%⁠ as these are assignments.

Usage

get_object_calls(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.