readSpecAnno: Read Pamguard Spectrogram Annotation Table

View source: R/readSpecAnno.R

readSpecAnnoR 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)

TaikiSan21/PAMmisc documentation built on April 27, 2024, 2:04 p.m.