Skip to content

dialr 0.3.0

Choose a tag to compare

@gorcha gorcha released this 28 Jun 16:45
· 41 commits to master since this release

New functions

  • Retrieve carrier name with get_carrier() (#6).

  • Add geocoding functions get_geocode() and get_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 specifying NA or "" in the region argument (#4).

  • get_type() gets a strict argument. If TRUE, invalid phone numbers return NA instead of "UNKNOWN".

  • Rename "One shot methods" vignette to remove redundant "dialr".