appendArg: Append an argument on a list

Description Usage Arguments Value

View source: R/9-control.R

Description

Append an argument on a list of arguments

Usage

1
appendArg(args, argName, argValue, forced)

Arguments

args

The original argument list.

argName

The name of the argument to add.

argValue

The value of the argument to add.

forced

a logical value indicating if the argument with the same name already existed, whether it should be added forcedly.

Value

An argument list.


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.