parse_call_stack {eyeris} | R Documentation |
Parse call stack information
Description
Extracts function name and arguments from a call string.
Usage
parse_call_stack(call_str)
Arguments
call_str |
A string representation of a function call |
Value
A list containing the function name and full call string
[Package eyeris version 2.1.0 Index]