We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42132c9 commit 205ebdfCopy full SHA for 205ebdf
man/data.table-options.Rd
@@ -22,10 +22,11 @@
22
}
23
24
\section{Printing Options}{
25
- \describe{
+ See \code{\link{print.data.table}} for a full description of printing data.tables.
26
+ \describe{
27
\item{\code{datatable.print.topn}}{An integer. When a data.table is printed,
28
only the first topn and last topn rows are displayed.
- Default: \code{5L}. See \code{\link{print.data.table}}.}
29
+ Default: \code{5L}..}
30
\item{\code{datatable.print.nrows}}{An integer. The total number of rows
31
to print before the topn logic is triggered.
32
Default: \code{100L}.}
0 commit comments