View source: R/ggPMX-options.R
getPmxOption | R Documentation |
Get ggPMX Option
getPmxOption(name, default = NULL)
name |
Name of an option to get. |
default |
Value to be returned if the option is not currently set. |
## Not run:
pmxOptions(myOption = 10)
getPmxOption("myOption")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.