jws_open: Open an existing 'JDemetra+' Workspace

View source: R/workspace.R

jws_openR Documentation

Open an existing 'JDemetra+' Workspace

Description

jws_open() opens an existing Workspace (as a Java pointer) and jws_compute() computes it (allowing to extract all the SA-Items as Java objects).

Usage

jws_open(file)

Arguments

file

path to Workspace xml master file By default a dialog box opens.

Value

a Javaworkspace

See Also

read_workspace() to transform the workspace in a R list.

Examples



# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")

jws <- jws_open(file)

# Compute the workspace to enable access its components
jws_compute(jws)



rjd3workspace documentation built on July 17, 2026, 9:07 a.m.