Construct a new parameter set object
parameters_constr(
name,
id,
source,
component,
component_id,
object,
...,
call = caller_env()
)
A tibble that encapsulates the input vectors into a tibble with an additional class of "parameters".
Character strings with the same length.
A list of param
objects or NA values.
These dots are for future extensions and must be empty.
The call passed on to rlang::abort()
.