handleExportPulses: create an interim .sqlite file with tables of pulses and...

Description Usage Arguments Details Value Author(s)

View source: R/handleExportPulses.R

Description

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.

Usage

1

Arguments

j

the job, with these fields:

  • serno - the receiver serial number

  • batchID - the batchID for which to export pulses

Details

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'.

Value

TRUE

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


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