View source: R/coalesce_same.R
coalesce_same | R Documentation |
Replace missing values with non-missing while confirming that non-missing values are the same.
coalesce_same(...)
## Default S3 method:
coalesce_same(..., message_prefix = "")
## S3 method for class 'data.frame'
coalesce_same(...)
... |
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. |
For data.frames, combines columns that match names from the first data.frame (extra columns from subsequent data.frames are ignored).
The value filled in
'dplyr::coalesce'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.