con2fcoales {replacer} | R Documentation |
This helper prevents the error in fcoalesce when attempting to coalesce two vectors of different data type (double/integer).
con2fcoales(u, z)
u, z |
Vectors of equal length and of different data types (e.g. double and integer). Missing values are accepted. |
A double data type vector of same length as the arguments.