ws_sap_count | R Documentation |
Functions counting the SA-Processings in a Workspace (ws_sap_count
) or
the SA-Items in a SA-Processing (sap_sai_count
).
sap_sai_count(jsap)
ws_sap_count(jws)
jws , jsap |
Workspace or SA-Processing. |
Returns an integer.
# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")
jws <- jws_open(file)
# Count the SA-Processings
ws_sap_count(jws)
# Count the SA-Items
# In SAP 1
sap1<-jws_sap(jws,1)
sap_sai_count(sap1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.