You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion @dave-lovell
This is a legacy issue and it can be sorted quite quickly by adjusting check_list_limit() within bulk_postcode_lookup().
Please feel from to submit a PR. If not, I might be able to fix it over the weekend.
@erzk I've requested this in #19. I've left check_list_limit() pretty much untouched (save the wording of the error messages) and instead opted to concatenate all arguments to the function before recursively unlisting them and finally wrapping them into a list:
bulk_postcode_lookup()
requirespostcodes
to be a length-one list that contains only a character vector, as exemplified in the function's help page:I'm continually caught off-guard by this counter-intuitive requirement. What is the purpose of the list?
Please implement support for accepting a character vector and/or
...
, like so:Those inputs could be coerced into list form under the hood so that the functionality of old code is preserved.
The text was updated successfully, but these errors were encountered: