mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 02:34:57 -05:00
15 lines
234 B
R
15 lines
234 B
R
% Generated by roxygen2 (4.0.0): do not edit by hand
|
|
\name{reactiveUI}
|
|
\alias{reactiveUI}
|
|
\title{UI output (deprecated)}
|
|
\usage{
|
|
reactiveUI(func)
|
|
}
|
|
\arguments{
|
|
\item{func}{A function.}
|
|
}
|
|
\description{
|
|
See \code{\link{renderUI}}.
|
|
}
|
|
|