remove_dups
replaces duplicate information with NA for each variable, to be called inside `dplyr::mutate`.remove_dups.Rd
remove_dups
replaces duplicate information with NA for each variable, to be called inside `dplyr::mutate`.
remove_dups(x)
x | A column in a data frame. |
---|
A data frame column with duplicate information replaced by NA.