coalesce.na-deprecated: Replaces NA values

Description Usage Arguments Value See Also Examples

Description

This (vectorized) function returns the first non-NA argument, similar to the SQL function COALESCE. If a vector or matrix is passed as first argument, the remaining arguments are recycled to generate a vector/matrix of the same dimension, and coalescing is done element by element.

Usage

1

Arguments

x

The first value to coalesce.

...

Other values to coalesce.

Value

A vector of the same length as x.

See Also

Other deprecated functions: df_to_list-deprecated, hms.to.seconds-deprecated, kimisc-deprecated, list_to_df-deprecated, nc-deprecated, nlist-deprecated, ofactor-deprecated, sample.rows-deprecated, seconds.to.hms-deprecated, thisfile-deprecated, tll-deprecated, vswitch-deprecated

Examples

1
2
3
4
5

krlmlr/kimisc documentation built on May 20, 2019, 6:17 p.m.