Get_Code_for_ObserveEvent_widgets: Code for declaring xxx

View source: R/code_used_by_external_modules.R

Get_Code_for_ObserveEvent_widgetsR Documentation

Code for declaring xxx

Description

This function xxx # Generate dynamically the observeEvent function for each widget

Usage

Get_Code_for_ObserveEvent_widgets(widgets.names = NULL)

Arguments

widgets.names

A 'list' containing the names of the widgets in all steps of the module.

Author(s)

Samuel Wieczorek

Examples

## Not run: 
widgets <- paste0('widget', 1:3)
code <- Get_Code_for_ObserveEvent_widgets(widgets)
cat(code)

## End(Not run)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.