appendArg: Append an argument on a list

View source: R/9-control.R

appendArgR Documentation

Append an argument on a list

Description

Append an argument on a list of arguments

Usage

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/deepTL documentation built on Nov. 17, 2022, 1:41 p.m.