option_list: Make a classed list of options

View source: R/options.R

option_listR Documentation

Make a classed list of options

Description

This function returns a named list with an extra class of "workflow_set_options" that has corresponding formatting methods for printing inside of tibbles.

Usage

option_list(...)

Arguments

...

A set of named options (or nothing)

Value

A classed list.

Examples

option_list(a = 1, b = 2)
option_list()

workflowsets documentation built on April 7, 2023, 1:05 a.m.