getAcousticData: Retrieve Acoustic data from the LifeWatch project

View source: R/Acoustic.R

getAcousticDataR Documentation

Retrieve Acoustic data from the LifeWatch project

Description

Retrieve Acoustic data from the LifeWatch project

Usage

getAcousticData(startdate, stopdate, minband, maxband, by, params = FALSE, ...)

Arguments

startdate

Starting date for the query in UTC. Must be a character date of the form "2020-02-26T10:35:00.00Z"

stopdate

Stopping date for the query in UTC. Must be a character of the form "2020-02-26T11:35:00.00Z"

minband

lower frequency band from which the sound value will be retrieved

maxband

upper frequency band from which the sound value will be retrieved

by

Sample period, one of "1 min", "1 hour" or "1 day"

params

If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.

...

Reserved for internal use.

Value

Dataframe with the acoustic data within the specified daterange and location.

Examples

getAcousticData("2021-03-26T10:35:00.00Z", "2021-03-26T10:45:00.00Z",
                minband = 9, maxband = 11, by = "1 min")

lifewatch/lwdataexplorer documentation built on Aug. 24, 2024, 12:35 a.m.