option: option

Description Usage Arguments Value Examples

Description

Processes a simple option or a key value pairs of options separated by commas.

Usage

1
option(opts)

Arguments

opts

character: simple option or a key value pairs of options

Value

nothing

Examples

1
2
3
4
5
6
# simple option
opt <- option("run")
opt
# key-value options
opt <- option("int=2,text=hello,boolean=T")
opt

sigbertklinke/extpro documentation built on Dec. 31, 2020, 7:26 a.m.