Learn R Programming

exams.forge (version 1.0.10)

exams2call: Traceback for exams2 Functions

Description

Returns a list with the functions' names and parameters called from .traceback(). The function name must start with "exams2".

Usage

exams2call(prefix = "exams2")

Value

A list with the function name and its valuated parameters.

Arguments

prefix

character: start of the function name (default: "exams2")

Examples

Run this code
exams2call()                 # access current call stack

Run the code above in your browser using DataLab