mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 17:28:32 -05:00
16 lines
248 B
R
16 lines
248 B
R
\name{reactiveTable}
|
|
\alias{reactiveTable}
|
|
\title{Table output (deprecated)}
|
|
\usage{
|
|
reactiveTable(func, ...)
|
|
}
|
|
\arguments{
|
|
\item{func}{A function.}
|
|
|
|
\item{...}{Other arguments to pass on.}
|
|
}
|
|
\description{
|
|
See \code{\link{renderTable}}.
|
|
}
|
|
|