powered by
dFunArgs is supposed to assign (and evaluate) arguments with default values for an input function.
dFunArgs
dFunArgs(fun, action = F, verbose = T)
an input function name (character string)
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
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
dNetPipeline
# NOT RUN { fun <- "dNetPipeline" dFunArgs(fun) # }
Run the code above in your browser using DataLab