get_function_calls {box.linters} | R Documentation |
Get functions called in current source file
Description
Will not return package::function()
form. namespaced_function_calls()
is responsible for
checking package_function()
use.
Usage
get_function_calls(xml)
Arguments
xml |
An XML node list |
Value
A list of xml_nodes
and text
.
[Package box.linters version 0.10.6 Index]