get_senseBox_archive: Get archived data from a senseBox

Description Usage Arguments Value Function version Author(s) Examples

View source: R/get_senseBox_archive.R

Description

Get archived data from a senseBox

Usage

1

Arguments

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.

Value

The function returns a data.frame object.

Function version

0.0.1

Author(s)

Johannes Friedrich

Examples

 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)

JohannesFriedrich/senseBox documentation built on Nov. 8, 2021, 3:02 p.m.