A wrapper of utils::download.file()
. On warning on error it will
retry the call. Requests are adjusted to the rate of 1 query per second.
api_call(url, destfile, quiet)
a character
string (or longer vector e.g.,
for the "libcurl"
method) naming the URL of a resource to be
downloaded.
a character string (or vector, see the url
argument) with the file path where the downloaded file is to be
saved. Tilde-expansion is performed.
If TRUE
, suppress status messages (if any), and
the progress bar.
A logical TRUE/FALSE
Other api_management:
nominatim_check_access()