Read all SA-Items from a Workspace or SA-Processing
Source:R/saprocessing.R
, R/workspace.R
read_workspace.Rd
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)
Examples
file <- system.file("workspaces", "test.xml", package = "rjd3workspace")
jws <- jws_open(file)
rws <- read_workspace(jws, FALSE)
# rws$Sap_3$SA-Item_43