jws_compute | R Documentation |
jws_compute()
allows to extract all the SA-Items as java object.
jws_compute(jws)
jws |
a workspace |
# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")
jws <- jws_open(file)
# Compute the workspace to access its components
jws_compute(jws)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.