View source: R/data_manip_utils.R
mutate_if_present | R Documentation |
Note that columns required to be present need not be involved in the mutations.
mutate_if_present(.data, names, ...)
.data, ... |
These have the same meaning as in
|
names |
If |
dplyr::mutate()
. Not to be confused with
dplyr::mutate_if()
, which mutates columns that match a
specific filter criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.