Skip to contents

Functions to create a 'JDemetra+' workspace (.jws_new()) and to add a new multi-processing (.jws_sap_new()).

Usage

.jws_new(modelling_context = NULL)

.jws_sap_new(jws, name)

Arguments

modelling_context

The context (from rjd3toolkit::modelling_context()).

jws

A workspace object.

name

Character name of the new SAProcessing.

Examples

# To create an empty 'JDemetra+' workspace
jwk <- .jws_new()
jsap <- .jws_sap_new(jwk, "sa1")