powered by
Functions to create a 'JDemetra+' workspace (new_workspace()) and to add a new multi-processing (new_multiprocessing()).
new_workspace()
new_multiprocessing()
new_workspace()new_multiprocessing(workspace, name)
new_multiprocessing(workspace, name)
new_workspace() returns an object of class workspace and new_multiprocessing() returns an object of class multiprocessing.
workspace
multiprocessing
a workspace object
character name of the new multiprocessing
load_workspace, save_workspace, add_sa_item
load_workspace
save_workspace
add_sa_item
# To create and export an empty 'JDemetra+' workspace wk <- new_workspace() mp <- new_multiprocessing(wk, "sa1")
Run the code above in your browser using DataLab