Skip to content

Commit 0fdf188

Browse files
nitish jhanitish jha
authored andcommitted
small doc change
1 parent 1131bfd commit 0fdf188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/dcast.data.table.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
\arguments{
1818
\item{data}{ A \code{data.table}.}
1919
\item{formula}{A formula of the form LHS ~ RHS to cast, see Details.}
20-
\item{fun.aggregate}{Should the data be aggregated before casting? If the formula doesn't identify a single observation for each cell, then aggregation defaults to \code{length} with a 'dt_missing_fun_aggregate_warning'.
20+
\item{fun.aggregate}{Should the data be aggregated before casting? If the formula doesn't identify a single observation for each cell, then aggregation defaults to \code{length} warning of class 'dt_missing_fun_aggregate_warning'.
2121

2222
To use multiple aggregation functions, pass a \code{list}; see Examples. }
2323
\item{sep}{Character vector of length 1, indicating the separating character in variable names generated during casting. Default is \code{_} for backwards compatibility. }

0 commit comments

Comments
 (0)