CombineArgLists: Combine Argument Lists

Description Usage Arguments Value

View source: R/utils_execution.R

Description

combines arguments lists args1 and arg2 into one list. If there is a name collision between args1 and arg2, the arg1 value will be in the returned list.

Usage

1
CombineArgLists(args1, args2)

Arguments

args1

named list of function arguments. Has higher precedence over args2 in the combined list.

args2

named list of function arguments.

Value

list


UptakeOpenSource/updraft documentation built on Oct. 17, 2019, 3:31 p.m.