mutate_if_nulla: Mutate with replacement if NULL or NA values

View source: R/utils_df.R

mutate_if_nullaR Documentation

Mutate with replacement if NULL or NA values

Description

Mutate with replacement if NULL or NA values

Usage

mutate_if_nulla(.tbl, col, replacement)

Arguments

.tbl

A data.frame.

col

A column from .tbl.

replacement

A replacement of the same type as col.

Value

A mutated tibble.


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.