
Check if a character vector has name
check_char_set_names.RdIf this character vector does not have names, then its elements will be assigned to names(x)
Examples
check_char_set_names(c("a", "b"))
#> a b
#> "a" "b"

check_char_set_names.RdIf this character vector does not have names, then its elements will be assigned to names(x)
check_char_set_names(c("a", "b"))
#> a b
#> "a" "b"