Learn R Programming

RJDemetra (version 0.1.4)

new_workspace: Create a workspace or a multi-processing

Description

Functions to create a 'JDemetra+' workspace (new_workspace()) add a multi-processing to it (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

Run this code
# NOT RUN {
# Create and export a empty 'JDemetra+' workspace
wk <- new_workspace()
mp <- new_multiprocessing(wk, "sa1")


# }

Run the code above in your browser using DataLab