Tests whether the BrAPI server is reachable and responding.
Arguments
- con
A
brapi_connection()object.
Examples
# \donttest{
con <- brapi_connection("https://test-server.brapi.org")
brapi_ping(con)
#> ✔ Server <https://test-server.brapi.org> is reachable.
# }
