pingNeotoma {neotoma2} | R Documentation |
pingNeotoma
Description
A quick function to test whether or not the Neotoma Database API is currently running.
Usage
pingNeotoma(server = "neotoma")
Arguments
server |
One of |
Value
A valid HTTP status code or returns an error if a connection is refused.
Examples
{
test_connection <- pingNeotoma("neotoma")
}
[Package neotoma2 version 1.0.4 Index]