Get_Worflow_Core_Code: Code for declaring xxx

View source: R/code_used_by_external_modules.R

Get_Worflow_Core_CodeR Documentation

Code for declaring xxx

Description

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

Usage

Get_Worflow_Core_Code(w.names, rv.custom.names)

Arguments

w.names

xxx

rv.custom.names

xxx

Author(s)

Samuel Wieczorek

Examples

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

## End(Not run)


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