new_workspace: Create a workspace or a multi-processing

View source: R/export_workspace.R

new_workspaceR 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")



RJDemetra documentation built on Oct. 19, 2023, 1:12 a.m.