callModalUI: Call modalUI function

Description Usage Arguments

View source: R/addEditModules.R

Description

This function wraps around the the modalUI argument to call the function withing the modal server functions

Usage

1
callModalUI(modalUI, ..., session = shiny::getDefaultReactiveDomain())

Arguments

modalUI

Function that creates the modal UI.

...

Additional parameters to mass to modalUI function

list( selectizeInput(ns("Species"), "Species", choices = reactiveData$flowers$flowerName), selectizeInput(ns("smell"), "Smell", choices = irisStaticChoices$smell) )

session

These parameters are handled by callModule and can be ignored.


JamesCuster/CARTMod documentation built on March 8, 2020, 5:57 a.m.