guiSave {svGUI}R Documentation

Save one or several objects to a .Rdata file

Description

This function is intended to be called by an object explorer context menu. It saves one or several objects to a .Rdata file.

Usage

guiSave(..., list = character(0), ascii = FALSE, version = NULL, envir = parent.frame(), compress = TRUE)

Arguments

... The list of variables to save
list Idem, but provided in a list
ascii Should the data be written in ASCII or binary mode?
version Which version of .Rdata to use
envir From which environment objects should be retrieved?
compress Do we compress the file?

Value

The path of the .Rdata file where variables are written.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiObjBrowse

Examples

    #### TO DO...

[Package svGUI version 0.8-2 Index]