get_args: Auxiliary function that returns list of arguments for parent calling function
Description
Auxiliary function that returns list of arguments for parent calling function
Usage
get_args(fun, depth = -9)
Arguments
fun
string; for what function to look for
depth
negative numeric; how layers above to check the arguments
Value
list of function arguments