Skip to content

Commit 16fc973

Browse files
Style, link ?nafill
1 parent 9e23c89 commit 16fc973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/coalesce.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Fill in missing values in a vector by successively pulling from candidate vector
77
Written in C, and multithreaded for numeric and factor types.
88
}
99
\usage{
10-
fcoalesce(\dots, nan = NA)
10+
fcoalesce(\dots, nan=NA)
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. }
@@ -23,7 +23,7 @@ Atomic vector of the same type and length as the first vector, having \code{NA}
2323
If the first item is \code{NULL}, the result is \code{NULL}.
2424
}
2525
\seealso{
26-
\code{\link{fifelse}}
26+
\code{\link{fifelse}}, \code{\link{nafill}}
2727
}
2828
\examples{
2929
x = c(11L, NA, 13L, NA, 15L, NA)

0 commit comments

Comments
 (0)