A quick function to test whether or not the Neotoma Database API is currently running.
pingNeotoma(server = "neotoma")A valid HTTP status code or returns an error if a connection is refused.
if (FALSE) { # \dontrun{
test_connection <- pingNeotoma("neotoma")
} # }