Files
shiny/man/reactiveTable.Rd
2013-02-14 11:48:01 -06:00

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}}.
}