Construct a new parameter set object
Usage
parameters_constr(
name,
id,
source,
component,
component_id,
object,
...,
call = caller_env()
)
Arguments
- name, id, source, component, component_id
Character strings with the same length.
- object
A list of
param
objects or NA values.- ...
These dots are for future extensions and must be empty.
- call
The call passed on to
rlang::abort()
.