Files
shiny/man/reactiveTable.Rd
2015-05-11 15:55:51 -05:00

18 lines
342 B
R

% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/shinywrappers.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}}.
}