oc_api_ok {opencage} | R Documentation |
Is the OpenCage API available?
Description
Checks whether the OpenCage API can be reached.
Usage
oc_api_ok(url = "https://api.opencagedata.com")
Arguments
url |
The URL of the OpenCage API, https://api.opencagedata.com. |
Value
A single logical value, TRUE
or FALSE
.
[Package opencage version 0.2.2 Index]