Learn R Programming

RJDemetra (version 0.1.4)

save_workspace: Save a workspace

Description

Functions save a workspace object into a 'JDemetra+'' workspace.

Usage

save_workspace(workspace, file)

Arguments

workspace

a workspace object to export

file

the path to the export 'JDemetra+' workspace (.xml file). By default a dialog box opens.

Value

A boolean indicating whether the export has suceed.

See Also

load_workspace

Examples

Run this code
# NOT RUN {
dir <- tempdir()
# Create and export a empty 'JDemetra+' workspace
wk <- new_workspace()
new_multiprocessing(wk, "sa1")
save_workspace(wk, file.path(dir, "workspace.xml"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab