Learn R Programming

eyeris (version 2.0.0)

parse_call_stack: Parse call stack information

Description

Extracts function name and arguments from a call string.

Usage

parse_call_stack(call_str)

Value

A list containing the function name and full call string

Arguments

call_str

A string representation of a function call