getWarnings: Get Warning Messages

View source: R/getWarnings.R

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


PAMpal documentation built on Aug. 12, 2023, 1:06 a.m.