Skip to contents

Overwrite the values in the target column with the values in the source column at indices where the values in the source column are not NA

Usage

overwriteIfNotNA(data, target_column, source_column)

Arguments

data

data frame

target_column

name of target column

source_column

name of source column