ggPMX (version 0.9.4)

getPmxOption: Get ggPMX Option

Description

Get ggPMX Option

Usage

getPmxOption(name, default = 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
# NOT RUN {
pmxOptions(myOption = 10)
getPmxOption("myOption")
# }

Run the code above in your browser using DataLab