Applies standardize_phone() to each element of a character vector.
Usage
standardize_phones(phones, default_regions = c("NZ", "AU"))Examples
standardize_phones(c("021 123 4567", "+61412345678", NA))
#> [1] "+64211234567" "+61412345678" NA
Applies standardize_phone() to each element of a character vector.
standardize_phones(phones, default_regions = c("NZ", "AU"))standardize_phones(c("021 123 4567", "+61412345678", NA))
#> [1] "+64211234567" "+61412345678" NA