dataServer: serve http requests for tag detection data

View source: R/dataServer.R

dataServerR Documentation

serve http requests for tag detection data

Description

The API is described here: https://github.com/jbrzusto/motusClient/blob/master/inst/doc/upstream_api.md

Usage

dataServer(port = 55930, tracing = FALSE, maxRows = 10000)

Arguments

port

integer; local port on which to listen for requests Default: 0xda7a

tracing

logical; if TRUE, run interactively, allowing local user to enter commands.

maxRows

integer; the maximum number of rows to return for any query. Default: 10000

Value

does not return; meant to be run as a server.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


MotusWTS/motusServer documentation built on Oct. 13, 2024, 7:31 p.m.