Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save briatte/97da4f249513f700cfd61a760043e474 to your computer and use it in GitHub Desktop.
Save briatte/97da4f249513f700cfd61a760043e474 to your computer and use it in GitHub Desktop.
library(httr)
adresse <- "8 bd du port"
resultraw <- httr::GET(utils::URLencode(paste0('https://api-adresse.data.gouv.fr/search/?q=', adresse)))
result <-jsonlite::fromJSON(httr::content(resultraw, "text"))
result$features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment