maeve_options: Set or get options for maeve

Description Usage Arguments Value Supported options Author(s) Examples

View source: R/options.R

Description

Set or get options for maeve

Usage

1

Arguments

...

Option names to retrieve option values or [key]=[value] pairs to set options.

Value

a function as from settings::options_manager()

Supported options

The following options are supported

Author(s)

Bill Forrest forrest@gene.com

Examples

1
2
3
4
5
6
7
8
 cat('maeve::maeve_options() allows reset of parameters called in functions within maeve.')
 ## Not run:  maeve_options( 'spline_color' );
           maeve_options( 'spline_color' = 'orange');
           maeve_options( 'spline_color' );
           maeve_reset()
           maeve_options( 'spline_color' );
          
## End(Not run)

wfforrest/maeve documentation built on Jan. 1, 2021, 12:47 p.m.