mutate_if_nulla | R Documentation |
Mutate with replacement if NULL or NA values
mutate_if_nulla(.tbl, col, replacement)
.tbl |
A data.frame. |
col |
A column from .tbl. |
replacement |
A replacement of the same type as col. |
A mutated tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.