powered by
Function to save a workspace object into a 'JDemetra+' workspace.
workspace
save_workspace(workspace, file)
A boolean indicating whether the export is successful.
the workspace object to export
the path where to export the 'JDemetra+' workspace (.xml file). By default, if not specified, a dialog box opens.
load_workspace
# \donttest{ 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")) # }
Run the code above in your browser using DataLab