sgFindTags | R Documentation |
A stream is the ordered sequence of raw data files from a receiver corresponding to a single boot session (period between restarts). This function searches for patterns of pulses corresponding to coded ID tags and adds them to the hits, runs, batches etc. tables in the receiver database. Each boot session is run as a separate batch.
sgFindTags(src, tagDB, resume = TRUE, par = NULL, mbn)
src |
dplyr src_sqlite to receiver database |
tagDB |
path to sqlite tag registration database |
resume |
if TRUE, tag detection resumes where it last left off
for each given item in |
par |
list of non-default parameters to the findtags code; defaults to NULL |
mbn |
integer monotonic boot number(s); this is the monoBN field
from the |
a list with these items
batchID the batch number
numHits the number of unfiltered tag detections in the stream.
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.