Skip to content

Commit e8a25cf

Browse files
incorporate #7186 insights here too
1 parent 16fc973 commit e8a25cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/coalesce.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Written in C, and multithreaded for numeric and factor types.
1111
}
1212
\arguments{
1313
\item{\dots}{ A set of same-class vectors. These vectors can be supplied as separate arguments or as a single plain list, data.table or data.frame, see examples. }
14-
\item{nan}{ (numeric vectors only) Either \code{NaN} or \code{NA}; if \code{NaN}, then \code{NaN} is treated as distinct from \code{NA}, otherwise they are treated the same during replacement. }
14+
\item{nan}{ Either \code{NaN} or \code{NA}; if \code{NaN}, then \code{NaN} is treated as distinct from \code{NA}, otherwise they are treated the same during replacement (double columns only). }
1515
}
1616
\details{
1717
Factor type is supported only when the factor levels of each item are equal.

0 commit comments

Comments
 (0)