Description Usage Arguments Value Examples
Like dplyr::coalesce()
, geo_coalesce()
returns the first non-missing
element (rowwise). It is useful for replacing empty and missing values
with a default.
1 | geo_coalesce(x, ...)
|
x, ... |
Vectors that will be recycled to a common length. These don't
necessarily need to be geovctrs, but do need methods for |
A vector with the type of the first argument.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.