R/pingNeotoma.r
pingNeotoma.Rd
A quick function to test whether or not the Neotoma Database API is currently running.
pingNeotoma(server = "neotoma")
One of localhost:PORT (where PORT is a valid numeric port), neotoma or dev.
localhost:PORT
PORT
neotoma
dev
A valid HTTP status code or returns an error if a connection is refused.
{ test_connection <- pingNeotoma("neotoma") }