Combine two frequently used function together to return the length of the unique items of a vector
Examples
frenchnames1 = c("Léa","Obinna","Bastien","Léa","Obinna", "Hugo", "Amélie","Louis")
unique_len(frenchnames1)
#> [1] 6
Combine two frequently used function together to return the length of the unique items of a vector
frenchnames1 = c("Léa","Obinna","Bastien","Léa","Obinna", "Hugo", "Amélie","Louis")
unique_len(frenchnames1)
#> [1] 6