call_ui: Call object with "request" if it is callable.

Description Usage Arguments Value

View source: R/shiny_util.R

Description

This is used to support older Shiny UI code which doesn't wrap UI in function(request) ... .

Usage

1
call_ui(ui, request)

Arguments

ui

A UI object, or preferably a function(request) to produce a UI object.

request

A request object to be passed to ui, if it is a function.

Value

A UI object.


MonashBioinformaticsPlatform/varistran documentation built on March 21, 2020, 3:20 p.m.