#' updateCircularSlider
#'
#' @export
updateCircularSlider <- function(session, id, value) {
session$sendCustomMessage(
"updateCisl",
list(
id = id,
value = value
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.