Tests whether the BrAPI server is reachable and responding.
Arguments
- con
A
brapi_connection()object.
BrAPI endpoint
GET /serverinfo - see the
v2.1 specification.
Query parameters the specification defines, which may be passed
through ...:
contentType, dataType.
Examples
# \donttest{
con <- brapi_connection("https://test-server.brapi.org")
brapi_ping(con)
#> ✔ Server <https://test-server.brapi.org> is reachable.
# }
