unique_names: Get unique names
Description
Get unique names
Usage
unique_names(full_names, breaks = "/", remove_ext = TRUE)
Arguments
breaks
regex for breaking up the names into parts. If "", then each character will be assessed.
remove_ext
whether to remove the extension before comparing
Value
a list or vector of names with the common beginnings removed