View source: R/lwdataFunctions.R
getUvaBirdData | R Documentation |
Retrieves the University of Amsterdam (UvA) Bird Tracking System data from the LifeWatch project. Need valid authentication to access the entire data. To get an account, register via the Lifewatch RShiny registration webpage. Without login you can only access data collected at least two years ago.
getUvaBirdData(
startdate,
stopdate,
tagcodes,
by,
usr = NULL,
pwd = NULL,
params = FALSE,
...
)
startdate |
Starting date for the query |
stopdate |
Stopping date for the query |
tagcodes |
List of tag numbers from |
by |
Time grouping for aggregation, one of ("1 day","60 min","10 min","1 min","1 week") |
usr |
Username to connect to database |
pwd |
Password to connect to database |
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 specified bird tracking data.
getUvaBirdData("2013-06-10", "2013-06-14", tagcodes = c("719","6013","610"), by = "1 day")
getUvaBirdData("2013-06-10", "2013-06-14", tagcodes = "All HG", by = "1 week", params = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.