Description Usage Arguments Value Function version Author(s) Examples
View source: R/get_senseBox_archive.R
Get archived data from a senseBox
1 | get_senseBox_archive(senseBoxId, date = NULL)
|
senseBoxId |
character (required): senseBoxId |
date |
character (optional): Download data from date in format YYYY-mm-dd. If no date was given, the functions tries to download the archive from the day before yesterday. |
The function returns a data.frame object.
0.0.1
Johannes Friedrich
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
##=====================================
## Example: download senseBox archive
##=====================================
get_senseBox_archive(
senseBoxId = "5957b67494f0520011304cc1",
date = "2018-01-01")
get_senseBox_archive(
senseBoxId = "5957b67494f0520011304cc1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.