![](../logo.png)
Get the maximum of two numeric columns for each observation.
Source:R/get_max_of_two_columns.R
get_max_of_two_columns.Rd
This function computes the maximum of two numeric columns for each observation. NA values are handled such that if one value is NA and the other is not, the non-NA value is returned. If both values are NA, NA is returned.