Skip to contents

Ping ScienceBase to see if it's available

Usage

sb_ping(...)

Arguments

...

Additional parameters are passed on to GET

Value

Boolean (TRUE) indicating if a connection to ScienceBase can be established and if it is responding as expected. FALSE otherwise.

Examples

# \donttest{
#TRUE if all is well and SB can be contacted
sb_ping()
#> [1] TRUE
# }