Description Usage Arguments Examples
View source: R/nglShiny.R View source: R/nglShiny-class.R View source: R/NglWidget.R
hide or show the named selection
1 | setVisibility(session, representationName, newVisibilityState)
|
session |
a Shiny server session object. |
representationName |
a previously assigned character string |
1 2 3 4 | ## Not run:
setVisibility(session, "chromaphore", FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.