Description Usage Arguments Value Examples
This function has to be set in the UI part of a shiny application It add a windows containing an actionButton to apply scale on numeric vector. apply_scale function has to be set in the Server part.
1 | apply_scaleUI(id)
|
id |
An id that will be used to create a namespace |
UI page
1 2 3 4 5 6 7 8 9 | ## Not run:
# In UI :
apply_scaleUI(id = "mod4")
# In Server
data_module4 <- callModule(module = apply_scale,
id = "mod4",
variable = reactive(dataset$data_var_x))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.