powered by
Accessor to easily get all warning messages for x
x
getWarnings(x)
a list of warning messages, named by the function call that created the warning
an AcousticStudy or AcousticEvent object
Taiki Sakai taiki.sakai@noaa.gov
if (FALSE) { data(exStudy) # This will trigger a warning, then we can access it exStudy <- filter(exStudy, species == "test") getWarnings(exStudy) }
Run the code above in your browser using DataLab