dialr 0.3.0
New functions
-
Retrieve carrier name with
get_carrier()(#6). -
Add geocoding functions
get_geocode()andget_timezone()(#5).
Minor changes
-
get_example()returns an empty phone number if the provided type is invalid for the provided region (#8). -
phone()constructor now supports parsing phone numbers in international format without a default region by specifyingNAor""in theregionargument (#4). -
get_type()gets astrictargument. IfTRUE, invalid phone numbers returnNAinstead of"UNKNOWN". -
Rename "One shot methods" vignette to remove redundant "dialr".