Learn R Programming

dnet (version 1.1.7)

dFunArgs: Function to assign (and evaluate) arguments with default values for an input function

Description

dFunArgs is supposed to assign (and evaluate) arguments with default values for an input function.

Usage

dFunArgs(fun, action = F, verbose = T)

Arguments

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

Value

a list containing arguments and their default values

See Also

dNetPipeline

Examples

Run this code
# NOT RUN {
fun <- "dNetPipeline"
dFunArgs(fun)
# }

Run the code above in your browser using DataLab