jws_open | R Documentation |
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).
jws_open(file)
file |
path to Workspace xml master file By default a dialog box opens. |
a java workspace
read_workspace()
to transform the workspace in a R list.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.