xFunArgs | R Documentation |
xFunArgs
is supposed to assign (and evaluate) arguments with
default values for a given function.
xFunArgs(fun, action = F, verbose = TRUE)
fun |
character specifying the name of the function |
action |
logical to indicate whether the function will act as it should be (with assigned values in the current environment). By default, it sets to FALSE |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to TRUE for display |
a list containing arguments and their default values
This function is potentially useful when debugging as it frees developers from specifying default values for all arguments except those arguments of interest
xFunArgs
xFunArgs(fun="xRDataLoader")