| declareGUIoptions | R Documentation |
This function allows a GUI creator to specify widget names that
correspond to names in PBS options. These widgets can then be
used to load and set PBS options using getGUIoptions and
setGUIoptions.
declareGUIoptions(newOptions)
newOptions |
a character vector of option names |
declareGUIoptions is typically called in a GUI initialization function.
The option names are remembered and used for the functions
getGUIoptions, setGUIoptions, and promptSave.
Anisa Egeli, Vancouver Island University, Nanaimo BC
getGUIoptions, setGUIoptions,
promptWriteOptions
## Not run:
local(envir=.PBSmodEnv,expr={
declareGUIoptions("editor")
})
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.