[R] load workspace by function
Julio Oliveira
oliveirajc1 at gmail.com
Thu Aug 23 16:44:26 CEST 2012
Dear,
I would like load a saved workspace (file .Rdata) by function.
Example:
load_workspace <- function ()
{
workspace_name <<- (tk_choose.files(default = "", caption = "Select the Workspace file (.Rdata) ")
load(workspace_name)
}
But, when finish the function (load_workspace) the files of the .Rdata are deleted.
Area there any command for return the files?
Thanks.
Julio
More information about the R-help
mailing list