Files
shiny/man/reactiveTable.Rd
2017-03-21 14:02:29 -05:00

17 lines
333 B
R

% Generated by roxygen2: 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}}.
}