dialr-package {dialr} | R Documentation |
dialr: Parse, Format, and Validate International Phone Numbers
Description
Parse, format, and validate international phone numbers using Google's 'libphonenumber' java library, https://github.com/google/libphonenumber.
Options
-
dialr.home
: The default region used to process phone numbers where no region is provided. (default:"AU"
). -
dialr.format
: The default format used to print clean phone numbers. Seeformat.phone()
for details. (default:"E164"
). -
dialr.locale
: The default Java locale used to retrieve localised results in geographical and carrier information (default:"en"
). -
dialr.show_progress
: Should lengthy operations such asphone()
show a progress bar? (default:TRUE
).
Author(s)
Maintainer: Danny Smith danny@gorcha.org [copyright holder]
Other contributors:
The Social Research Centre [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/socialresearchcentre/dialr/issues
Other phone functions:
dialr-example
,
dialr-match
,
dialr-phone
,
dialr-region
,
dialr-type
,
dialr-valid