ltGetCodeset: Return the database of canonical parameters for a Lotek...

Description Usage Arguments Value Note Author(s)

View source: R/ltGetCodeset.R

Description

This function returns a dplyr data_frame with the nominal gap values for all Lotek tag IDs in the specified codeset.

Usage

1
ltGetCodeset(codeSet = c("Lotek4", "Lotek3"), pathOnly = FALSE)

Arguments

codeSet:

character scalar; only "Lotek3" or "Lotek4" are permitted so far.

pathOnly:

logical scalar; if TRUE, return only the path to the .sqlite database containing the codeset. Default: FALSE

Value

a dplyr data_frame with these columns:

Note

This function will only work on the sensorgnome.org server, where we have Lotek's permission to host an encrypted copy of their ID code database. At server boot time, a user with sudo privileges must run a script to decrypt the database into locked system memory, from where it can only be accessed by user "sg" (or, of course, those with sudo privileges). The decrypted versions reside in

/home/sg/ramfs/Lotek4.sqlite and /home/sg/ramfs/Lotek3.sqlite

while the encrypted versions are in /home/sg/lotekdb

The decryption script is in /home/sg/bin/decryptLotekDB.R

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm


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