Learn R Programming

sbtools (version 1.3.2)

sb_ping: Ping ScienceBase to see if it's available

Description

Ping ScienceBase to see if it's available

Usage

sb_ping(...)

Value

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

Arguments

...

Additional parameters are passed on to GET

Examples

Run this code
# \donttest{
#TRUE if all is well and SB can be contacted
sb_ping()
# }

Run the code above in your browser using DataLab