Skip to contents

Tests whether the BrAPI server is reachable and responding.

Usage

brapi_ping(con)

Arguments

con

A brapi_connection() object.

Value

Logical. TRUE if the server responds, FALSE otherwise.

Examples

# \donttest{
con <- brapi_connection("https://test-server.brapi.org")
brapi_ping(con)
#>  Server <https://test-server.brapi.org> is reachable.
# }