sap_name | R Documentation |
Functions to retrieve the name of a SAProcessing (sap_name()
) or Sa-item
(sai_name()
) or all SA-item (sap_sai_names()
) .
sai_name(jsai)
sap_name(jsap)
sap_sai_names(jsap)
jsap , jsai |
the object to retrieve the name from. |
A vector character
.
# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml",
package = "rjd3workspace")
jws <- jws_open(file)
# Extract 2nd SA-Processing
jsap_2 <- jws_sap(jws, 2)
# Retrieve the name
sap_name(jsap_2)
# Retrieve all the SA-items names
sap_sai_names(jsap_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.