Rdocumentation
powered by
Learn R Programming
functionMap (version 1.0.0)
external_calls: Find calls to external functions
Description
It supports `.C`, `.Call`, `.Fortran` and `.External` calls.
Usage
external_calls(fun)
Arguments
fun
Function object.
Value
Character vector of external function names, prefixed according to the call type.