View source: R/handleExportPulses.R
handleExportPulses | R Documentation |
For now, beeper tags are supported by generating an .sqlite file with pulses and parameter settings because the tag finder doesn't yet support assembling runs of pulses from a beeper tag.
handleExportPulses(j)
j |
the job, with these fields:
|
The data are written to tables 'pulses' and 'params' in an sqlite
file. The sqlite file is stored in the download folder for the project
owning the batch. This is given by file.path(MOTUS_PATH$WWW,motusProjectID
The file has a name like 'SG-1234BBBK5678_beeper.sqlite'.
Schemas for the tables are copied from the receiver database tables 'params' and 'pulses'.
TRUE
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.