R/utils_df.R
mutate_if_nulla.Rd
Mutate with replacement if NULL or NA values
mutate_if_nulla(.tbl, col, replacement)
A data.frame.
A column from .tbl.
A replacement of the same type as col.
A mutated tibble.