collate_arguments: Collate Arguments This function collates user-provided...

View source: R/parameters.R

collate_argumentsR Documentation

Collate Arguments This function collates user-provided arguments with pre-defined parameters and constants.

Description

Collate Arguments This function collates user-provided arguments with pre-defined parameters and constants.

Usage

collate_arguments(..., collated_arguments = NULL)

Arguments

...

named arguments passed by the user

collated_arguments

NULL or previously collated arguments

Value

A list of all arguments, including both pre-defined parameters and constants and any user-provided arguments.


walkboutr documentation built on May 29, 2024, 2:58 a.m.