View source: R/lwdataFunctions.R
getZooscanData | R Documentation |
Retrieves the aggregated zooscan data from the LifeWatch project.
getZooscanData(startdate, stopdate, params = FALSE, ...)
startdate |
Starting date for the query |
stopdate |
Stopping date for the query |
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 aggregated zooscan-data within the specified daterange.
getZooscanData("2011-01-01", "2021-04-14") # Only data
getZooscanData("2011-01-01", "2021-04-14", TRUE) # Data + query parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.