mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-13 17:08:05 -05:00
16 lines
273 B
R
16 lines
273 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shinywrappers.R
|
|
\name{reactiveUI}
|
|
\alias{reactiveUI}
|
|
\title{UI output (deprecated)}
|
|
\usage{
|
|
reactiveUI(func)
|
|
}
|
|
\arguments{
|
|
\item{func}{A function.}
|
|
}
|
|
\description{
|
|
See \code{\link{renderUI}}.
|
|
}
|
|
|