getPmxOption: Get ggPMX Option

View source: R/ggPMX-options.R

getPmxOptionR Documentation

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

## Not run: 
pmxOptions(myOption = 10)
getPmxOption("myOption")

## End(Not run)

ggPMX documentation built on May 29, 2024, 1:40 a.m.