Learn R Programming

XGR (version 1.1.4)

xFunArgs: Function to assign (and evaluate) arguments with default values for a given function

Description

xFunArgs is supposed to assign (and evaluate) arguments with default values for a given function.

Usage

xFunArgs(fun, action = F, verbose = TRUE)

Arguments

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

Value

a list containing arguments and their default values

See Also

xFunArgs

Examples

Run this code
# NOT RUN {
xFunArgs(fun="xRDataLoader")
# }

Run the code above in your browser using DataLab