joelgombin / banR

R client for the BAN API
http://joelgombin.github.io/banR/
GNU General Public License v3.0
28 stars 10 forks source link

Allow for the possibility of not including `code_insee` or `code_postal` #6

Closed joelgombin closed 7 years ago

joelgombin commented 7 years ago

This fails:

library(tibble)
library(banR)
df <- tribble(~ ville,
        "Agen",
        "Ajaccio")
ban_geocode(df, "ville")
#> Error in uqs(vars): `x` must be a vector
joelgombin commented 7 years ago

Résolu par bcf70ef4c7b41e866d75a25b69188515ea66dbb5