Skip to content

Commit 73549b9

Browse files
doc options
1 parent 23b8bff commit 73549b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

man/data.table-options.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
expressions like \code{data.table(x=1, cbind(1))} will be named. When \code{TRUE}, it will be named
115115
\code{V1}, otherwise it will be named \code{V2}.
116116
}
117+
\item{\code{datatable.old.diff.date}}{Logical, default \code{TRUE}. Governs whether \code{t1 - t2},
118+
where \code{t1} and \code{t2} are both class \code{IDate}, gains the S3 class \code{difftime}.
119+
When \code{TRUE}, this class is assigned (with \code{units="days"}).
120+
}
117121
}
118122
}
119123

0 commit comments

Comments
 (0)