save_workspace {RJDemetra} | R Documentation |
Save a workspace
Description
Function to save a workspace
object into a 'JDemetra+' workspace.
Usage
save_workspace(workspace, file)
Arguments
workspace |
the workspace object to export |
file |
the path where to export the 'JDemetra+' workspace (.xml file). By default, if not specified, a dialog box opens. |
Value
A boolean indicating whether the export is successful.
See Also
Examples
dir <- tempdir()
# Creation and export of an empty 'JDemetra+' workspace
wk <- new_workspace()
new_multiprocessing(wk, "sa1")
save_workspace(wk, file.path(dir, "workspace.xml"))
[Package RJDemetra version 0.2.6 Index]