View source: R/export_workspace.R
save_workspace | R Documentation |
Function to save a workspace
object into a 'JDemetra+' workspace.
save_workspace(workspace, file)
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. |
A boolean indicating whether the export is successful.
load_workspace
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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.