Save a workspace
Functions save a workspace
object into a 'JDemetra+” workspace.
save_workspace(workspace, file)
workspace |
a workspace object to export |
file |
the path to the export 'JDemetra+' workspace (.xml file). By default a dialog box opens. |
A boolean indicating whether the export has suceed.
dir <- tempdir() # Create and export a empty 'JDemetra+' workspace wk <- new_workspace() new_multiprocessing(wk, "sa1") save_workspace(wk, file.path(dir, "workspace.xml"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.