format.option_spec {options}R Documentation

Format an option specification

Description

Format an option specification

Usage

## S3 method for class 'option_spec'
format(x, value, ..., fmt = options_fmts())

Arguments

x

An option specification ("option_spec") class object

value

Optionally, the current value to display for the option being specified

...

Additional arguments unused

fmt

A list of formats to use for formatting individual text elements

Value

A formatted character value


[Package options version 0.3.1 Index]