exprso (version 0.5.1)

defaultArg: Set an args List Element to Default Value

Description

Set an args List Element to Default Value

Usage

defaultArg(what, as, args, verbose = TRUE)

Arguments

what

The name of the argument.

as

The value to set it as.

args

An args list. The result of getArgs.

verbose

A boolean. Toggles whether to alert the user that an argument is set.