getZooscanData: Retrieve zooscan-data from the LifeWatch project

View source: R/lwdataFunctions.R

getZooscanDataR Documentation

Retrieve zooscan-data from the LifeWatch project

Description

Retrieves the aggregated zooscan data from the LifeWatch project.

Usage

getZooscanData(startdate, stopdate, params = FALSE, ...)

Arguments

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.

Value

Dataframe with the aggregated zooscan-data within the specified daterange.

Examples

getZooscanData("2011-01-01", "2021-04-14") # Only data
getZooscanData("2011-01-01", "2021-04-14", TRUE) # Data + query parameters

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