pdsbuilder_options: Set/get global pdsbuilder options

Description Usage Arguments Value Examples

Description

Global afex options are used, for example, to set the default separator for cell names.

Usage

1

Arguments

...

One of four: (1) nothing, then returns all options as a list; (2) a name of an option element, then returns its value; (3) a name-value pair which sets the corresponding option to the new value (and returns nothing), (4) a list with option-value pairs which sets all the corresponding arguments.

Value

a list of options, values of an option, or nothing

Examples

1
2
3
4
5
6
7
8
pdsbuilder_options() # see all options

pdsbuilder_options("sep") # see value of pdsbuilder.sep
## Not run: 
# changes cell separator (e.g., A1.B2)
pdsbuilder_options(sep = ".")

## End(Not run)

debruine/pdsbuilder documentation built on July 8, 2020, 9:40 p.m.