getAcousticData | R Documentation |
Retrieve Acoustic data from the LifeWatch project
getAcousticData(startdate, stopdate, minband, maxband, by, params = FALSE, ...)
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. |
Dataframe with the acoustic data within the specified daterange and location.
getAcousticData("2021-03-26T10:35:00.00Z", "2021-03-26T10:45:00.00Z",
minband = 9, maxband = 11, by = "1 min")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.