You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
300 B

#' Tools to Work with the <geocod.io> 'API'
#'
#' NOTE: You need an [API key](https://dash.geocod.io/) to use this package.
#'
#' @md
#' @name rgeocodio
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import purrr httr
#' @importFrom jsonlite fromJSON
#' @importFrom tibble as_tibble
NULL