Skip to contents

Functions reading all SA-Items of a SA-Processing (read_sap()) or a Workspace (read_workspace()) and allowing to access them as R lists. Whereas functions jread_sap() and jread_workspace() only return corresponding Java objects

Usage

read_sap(jsap)

jread_sap(jsap)

read_workspace(jws, compute = TRUE)

jread_workspace(jws, compute = TRUE)

Arguments

jsap

java SA-Processing.

jws

java Workspace.

compute

compute or not the workspace.

Examples

file <- system.file("workspaces", "test.xml", package = "rjd3workspace")
jws <- jws_open(file)
rws <- read_workspace(jws, FALSE)
# rws$Sap_3$SA-Item_43