parameters_constr: Construct a new parameter set object

View source: R/parameters.R

parameters_constrR Documentation

Construct a new parameter set object

Description

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 cli::cli_abort().

Value

A tibble that encapsulates the input vectors into a tibble with an additional class of "parameters".


dials documentation built on April 12, 2025, 1:46 a.m.