sb_ping {sbtools}R Documentation

Ping ScienceBase to see if it's available

Description

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


#TRUE if all is well and SB can be contacted
sb_ping()


[Package sbtools version 1.3.2 Index]