Learn R Programming

ggPMX (version 1.3.0)

getPmxOption: Get ggPMX Option

Description

Get ggPMX Option

Usage

getPmxOption(name, default = NULL)

Value

value of the option or NULL

Arguments

name

Name of an option to get.

default

Value to be returned if the option is not currently set.

Examples

Run this code
if (FALSE) {
pmxOptions(myOption = 10)
getPmxOption("myOption")
}

Run the code above in your browser using DataLab