dialr 0.4.1
-
phone()now pre-processes values that are considered "not a number" to avoid running them through the Java parser. This massively speeds up phone number parsing for"",NAand similar values, and fixes an issue where Java would freeze after seeing a large amount of invalid phone number values (#27). -
It is now possible to create empty
phone()vectors (#28). -
show_progressis now a function argument forphone()andget_timezone(). Previously progress bar visibility could only be set package wide using thedialr.show_progressoption. Now it can be set locally using theshow_progressfunction parameter (#25).