getWarnings {PAMpal}R Documentation

Get Warning Messages

Description

Accessor to easily get all warning messages for x

Usage

getWarnings(x)

Arguments

x

an AcousticStudy or AcousticEvent object

Value

a list of warning messages, named by the function call that created the warning

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


## Not run: 
data(exStudy)
# This will trigger a warning, then we can access it
exStudy <- filter(exStudy, species == "test")
getWarnings(exStudy)

## End(Not run)


[Package PAMpal version 1.2.1 Index]