Replace missing values with non-missing while confirming that non-missing values are the same.
coalesce_same.Rd
Replace missing values with non-missing while confirming that non-missing values are the same.
Usage
coalesce_same(...)
# S3 method for default
coalesce_same(..., message_prefix = "")
# S3 method for data.frame
coalesce_same(...)
Arguments
- ...
Values to fill in and compare
- message_prefix
A prefix to place before any message (e.g. error or warning) to assist with understanding the reason for the message.