View source: R/createRecvTagDB.R
createRecvTagDB | R Documentation |
This lets users see live detections of their tags in the field.
createRecvTagDB(projectID, dateBin, isTesting = FALSE)
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
|
isTesting |
logical scalar; if TRUE, the product is stored in the testing tree; otherwise, it is stored in the usual project tree. Default: FALSE |
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.
the full path to the tag database, or NULL if no tags were written.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.