format.options_env {options}R Documentation

Format an options environment

Description

Format an options environment

Usage

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

Arguments

x

An option environment ("option_env") class object

...

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]