rm_duplicates {finalfit} | R Documentation |
Remove duplicates and replace
Description
Remove duplicates and replace
Usage
rm_duplicates(.var, fromLast = FALSE, replacement = "")
Arguments
.var |
Vector. |
fromLast |
Logical. Consider duplication from last to first. |
replacement |
Character for what to replace duplicate with. |
Value
Character vector.
[Package finalfit version 1.0.8 Index]