mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-09 15:08:04 -05:00
14 lines
185 B
R
14 lines
185 B
R
\name{reactiveUI}
|
|
\alias{reactiveUI}
|
|
\title{UI output (deprecated)}
|
|
\usage{
|
|
reactiveUI(func)
|
|
}
|
|
\arguments{
|
|
\item{func}{A function.}
|
|
}
|
|
\description{
|
|
See \code{\link{renderUI}}.
|
|
}
|
|
|