export_gui {strvalidator} | R Documentation |
Export
Description
GUI wrapper for the export
function.
Usage
export_gui(
obj = listObjects(env = env, obj.class = c("data.frame", "ggplot")),
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
Arguments
obj |
character vector with object names. |
env |
environment where the objects exist. Default is the current environment. |
savegui |
logical indicating if GUI settings should be saved in the environment. |
debug |
logical indicating printing debug information. |
parent |
widget to get focus when finished. |
Details
Simplifies the use of the export
function by providing a
graphical user interface to it. Currently all available objects provided
are selected by default.
Value
TRUE
See Also
[Package strvalidator version 2.4.1 Index]