View source: R/export_workspace.R
new_workspace | R Documentation |
Functions to create a 'JDemetra+' workspace (new_workspace()
) and
to add a new multi-processing (new_multiprocessing()
).
new_workspace()
new_multiprocessing(workspace, name)
workspace |
a workspace object |
name |
character name of the new multiprocessing |
new_workspace()
returns an object of class workspace
and
new_multiprocessing()
returns an object of class multiprocessing
.
load_workspace
, save_workspace
,
add_sa_item
# To create and export an empty 'JDemetra+' workspace
wk <- new_workspace()
mp <- new_multiprocessing(wk, "sa1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.