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