readSpecAnno {PAMmisc} | R Documentation |
Read Pamguard Spectrogram Annotation Table
Description
Reads the Spectrogram Annotation table from a PAMGuard database and applies some minor formatting
Usage
readSpecAnno(db, table = "Spectrogram_Annotation")
Arguments
db |
database file to read data from |
table |
name of the Spectrogram Annotation table to read |
Value
a dataframe containing spectrogram annotation data
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
Examples
## Not run:
myDb <- 'PamguardDatabase.sqlite3'
specAnno <- readSpecAnno(db)
## End(Not run)
[Package PAMmisc version 1.12.1 Index]