pingNeotoma: pingNeotoma

View source: R/pingNeotoma.r

pingNeotomaR 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 localhost:PORT (where PORT is a valid numeric port), neotoma or dev.

Value

A valid HTTP status code or returns an error if a connection is refused.

Examples

{
test_connection <- pingNeotoma("neotoma")
}

neotoma2 documentation built on May 29, 2024, 6:21 a.m.