Skip to content

Commit 7eb90c5

Browse files
committed
roxygenize
1 parent 4b1af75 commit 7eb90c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

man/renderDataTable.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\alias{renderDataTable}
33
\title{Table output with the JavaScript library DataTables}
44
\usage{
5-
renderDataTable(expr, options = NULL,
5+
renderDataTable(expr, options = NULL, searchDelay = 500,
66
env = parent.frame(), quoted = FALSE)
77
}
88
\arguments{
@@ -12,6 +12,9 @@
1212
\item{options}{A list of initialization options to be
1313
passed to DataTables.}
1414

15+
\item{searchDelay}{The delay for searching, in
16+
milliseconds (to avoid too frequent search requests).}
17+
1518
\item{env}{The environment in which to evaluate
1619
\code{expr}.}
1720

0 commit comments

Comments
 (0)