mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 17:28:32 -05:00
14 lines
195 B
R
14 lines
195 B
R
\name{reactiveText}
|
|
\alias{reactiveText}
|
|
\title{Text output (deprecated)}
|
|
\usage{
|
|
reactiveText(func)
|
|
}
|
|
\arguments{
|
|
\item{func}{A function.}
|
|
}
|
|
\description{
|
|
See \code{\link{renderText}}.
|
|
}
|
|
|