Learn R Programming

RJDemetra (version 0.2.8)

new_workspace: 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)

Value

new_workspace() returns an object of class workspace and new_multiprocessing() returns an object of class multiprocessing.

Arguments

workspace

a workspace object

name

character name of the new multiprocessing

See Also

load_workspace, save_workspace, add_sa_item

Examples

Run this code
# 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