set_comment | R Documentation |
Get/Set Comment from a SA-item
set_comment(jsap, idx, comment)
get_comment(jsai)
jsap |
SAProcessing to be modified. |
idx |
index of the target SA-item. |
comment |
character containing the comment. |
jsai |
a SA-item. |
NULL
returned invisibly
# Load a Workspace
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")
jws <- jws_open(file)
# Select SAProcessing
jsap1 <- jws_sap(jws, 1L)
# Add a comment
set_comment(jsap1, 2L, "data collection changed in 2012")
jsai2 <- jsap_sai(jsap1, 2L)
get_comment(jsai2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.