Skip to content

Commit d973d9f

Browse files
fine-tune allow.cartesian description
1 parent d8c3ce4 commit d973d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

man/data.table-options.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@
7171
\section{Join and Subset Options}{
7272
\describe{
7373
\item{\code{datatable.allow.cartesian}}{A logical, default \code{FALSE}. Controls the default value of the
74-
allow.cartesian parameter; see \code{\link{data.table}}. If the value of this parameter is FALSE, an error is raised if
75-
a join would result in more rows than the sum of the two tables, as a safeguard against an explosive Cartesian join.}
74+
\code{allow.cartesian} parameter; see \code{\link{data.table}}. If the value of this parameter is FALSE, an error is raised as a safeguard against an explosive Cartesian join.}
7675
}
7776
}
7877

0 commit comments

Comments
 (0)