createRecvTagDB: create a receiver tag database, for use by the sensorgnome...

Description Usage Arguments Details Value Author(s)

View source: R/createRecvTagDB.R

Description

This lets users see live detections of their tags in the field.

Usage

1
createRecvTagDB(projectID, dateBin, isTesting = FALSE)

Arguments

projectID

integer motus project ID

dateBin

character vector of length 1 or 2; gives the allowed value(s) of dateBin fields, for filtering the tag set from the given project. Only tags with dateBin in the range given by range(dateBin) are included in the resulting database.

isTesting

logical scalar; if TRUE, the product is stored in the testing tree; otherwise, it is stored in the usual project tree. Default: FALSE

Details

The database file will be called 'project_XXX_YYYY-Q_(YYYY-Q)?_tag_database.sqlite' where XXX is the projectID, and the one or two YYYY-Q parts give the dateBin or range of dateBins of the tags included.

Value

the full path to the tag database, or NULL if no tags were written.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


jbrzusto/motusServer documentation built on May 19, 2019, 8:19 a.m.