Description Usage Arguments Value Note See Also Examples
dFunArgs
is supposed to assign (and evaluate) arguments with
default values for an input function.
1 | dFunArgs(fun, action = F, verbose = T)
|
fun |
an input function name (character string) |
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. Because the developer does not have to specify default values for all arguments except those arguments are of interest
1 2 3 4 5 | ## Not run:
fun <- "dNetPipeline"
dFunArgs(fun)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.