powered by
Get provided arguments as a named list
getArgs(call, env)
A named list of arguments and their values
Function call as provided by sys.call().
sys.call()
Environment in which to evaluate the arguments.
Other arguments: deprecatedArg()
deprecatedArg()
afun <- function(){ NMdata:::getArgs(sys.call(),parent.frame()) } afun()
Run the code above in your browser using DataLab