View source: R/code_used_by_external_modules.R
Get_Code_for_ObserveEvent_widgets | R Documentation |
This function xxx # Generate dynamically the observeEvent function for each widget
Get_Code_for_ObserveEvent_widgets(widgets.names = NULL)
widgets.names |
A 'list' containing the names of the widgets in all steps of the module. |
Samuel Wieczorek
## Not run: widgets <- paste0('widget', 1:3) code <- Get_Code_for_ObserveEvent_widgets(widgets) cat(code) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.