arc_api_call {arcgeocoder} | R Documentation |
Helper function for centralize API queries
Description
A wrapper of utils::download.file()
. On warning on error it will
retry the call.
Usage
arc_api_call(url, destfile, quiet)
Arguments
url |
a |
destfile |
a character string (or vector, see the |
quiet |
If |
Value
A logical TRUE/FALSE
See Also
Other api_management:
arcgeocoder_check_access()
[Package arcgeocoder version 0.2.1 Index]