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
#' @param projection projection in which the coordinates \code{x} and \code{y} are provided.
173
173
#' @param as.data.frame return as data.frame (\code{TRUE}) or list (\code{FALSE}). By default a list, unless multiple coordinates are provided.
174
174
#' @param server OpenStreetMap Nominatim server name. Could also be a local OSM Nominatim server.
175
+
#' @param params Additional parameters to pass to server. (must start with &), ex: "&accept-language=en" to return english rather than local language results.
175
176
#' @export
176
177
#' @importFrom XML xmlChildren xmlRoot xmlAttrs xmlTreeParse xmlValue
177
178
#' @return A data frame or a list with all attributes that are contained in the search result
0 commit comments