new_workspace {RJDemetra} | R Documentation |
Create a workspace or a multi-processing
Description
Functions to create a 'JDemetra+' workspace (new_workspace()
) and
to add a new multi-processing (new_multiprocessing()
).
Usage
new_workspace()
new_multiprocessing(workspace, name)
Arguments
workspace |
a workspace object |
name |
character name of the new multiprocessing |
Value
new_workspace()
returns an object of class workspace
and
new_multiprocessing()
returns an object of class multiprocessing
.
See Also
load_workspace
, save_workspace
,
add_sa_item
Examples
# To create and export an empty 'JDemetra+' workspace
wk <- new_workspace()
mp <- new_multiprocessing(wk, "sa1")
[Package RJDemetra version 0.2.6 Index]