Description Usage Arguments Value Author(s)
Creates a virtual table (really a 'view') in a motus database that
links each tag detection to basic metadata for the tag and
receiver. This is a much "narrower" view than the 'alltags' view
created by makeAlltagsView()
1 | makeSimpletagsView(db, name = "simpletags")
|
db |
dplyr src_sqlite to detections database |
name |
character scalar; name for the virtual table. Default: 'simpletags'. |
a dplyr::tbl which refers to the newly-created virtual table. The columns in the virtual table are:
hitID numeric; unique motus identifier for this detection
motusTagID integer; unique motus identifier for the tag detected
mfgID numeric; manufacturer tag ID
fullID character; full ID of tag, in form "PROJ#MFGID:BI@FREQ"
ts numeric; timestamp of detection; seconds since 1 Jan 1970 00:00:00 GMT
sig numeric; relative signal strength (dB max)
sigSD numeric; standard deviation of signal strength (dB)
noise numeric; relative noise level (dB max)
freq numeric; offset frequency (kHz)
freqSD numeric; standard deviation of offset frequency
slop numeric; total absolute deviation from true tag pulse spacing (milliseconds)
burstSlop numeric; deviation from registered tag burst interval (seconds)
runID numeric; unique motus ID for run of detections including this one
ant character; antenna identifier (usually a small integer, for USB port)
runLen integer; number of detections in this run
motusDeviceID integer; unique motus ID for receiver that detected tag
monoBN integer; boot number
tagFreq numeric; nominal tag frequency (MHz)
tagProjID integer; unique motus identifier for project that deployed tag
tagProj character; short name of motus project that deployed tag
speciesID integer; unique species identifier (from motus.org)
recv character; receiver serial number
site character; receiver site name
lat numeric; latitude in decimal degrees North (so negative is South)
long numeric; longitude in decimal degrees East (so negative is West)
alt numeric; altitude in metres above sea level
recvProjID; integer unique ID of motus project that deployed receiver
recvProj; character; short name of motus project that deployed receiver
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.