Skip to content

Commit 205ebdf

Browse files
Move the "See..." reference outside \describe{}
1 parent 42132c9 commit 205ebdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

man/data.table-options.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
}
2323
2424
\section{Printing Options}{
25-
\describe{
25+
See \code{\link{print.data.table}} for a full description of printing data.tables.
26+
\describe{
2627
\item{\code{datatable.print.topn}}{An integer. When a data.table is printed,
2728
only the first topn and last topn rows are displayed.
28-
Default: \code{5L}. See \code{\link{print.data.table}}.}
29+
Default: \code{5L}..}
2930
\item{\code{datatable.print.nrows}}{An integer. The total number of rows
3031
to print before the topn logic is triggered.
3132
Default: \code{100L}.}

0 commit comments

Comments
 (0)