remove_dups replaces duplicate information with NA for each variable, to be called inside `dplyr::mutate`.

remove_dups(x)

Arguments

x

A column in a data frame.

Value

A data frame column with duplicate information replaced by NA.