Learn R Programming

PAMmisc (version 1.12.4)

readSpecAnno: 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")

Value

a dataframe containing spectrogram annotation data

Arguments

db

database file to read data from

table

name of the Spectrogram Annotation table to read

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code
if (FALSE) {
myDb <- 'PamguardDatabase.sqlite3'
specAnno <- readSpecAnno(db)
}

Run the code above in your browser using DataLab