get_object_calls {box.linters} | R 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
.
[Package box.linters version 0.10.6 Index]