Skip to contents

Function for receiving all arguments that were called by a method or function.

Usage

get_called_args(n = 1)

Arguments

n

int level of the nested environments where to extract the arguments.

Value

Returns a named list of all arguments and their values.