Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Examples

dir <- tempdir()
# Create and export a empty 'JDemetra+' workspace
wk <- new_workspace()
new_multiprocessing(wk, "sa1")
save_workspace(wk, file.path(dir, "workspace.xml"))

RJDemetra

Interface to 'JDemetra+' Seasonal Adjustment Software

v0.1.6
EUPL
Authors
Alain Quartier-la-Tente [aut, cre] (<https://orcid.org/0000-0001-7890-3857>), Anna Michalek [aut], Jean Palate [aut], Raf Baeyens [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.