1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-02-23 07:53:58 +01:00
opensensmapR/man/archive_fetch_measurements.Rd

26 lines
811 B
Text
Raw Permalink Normal View History

2018-10-20 01:51:17 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/archive.R
\name{archive_fetch_measurements}
\alias{archive_fetch_measurements}
\title{fetch measurements from archive from a single box, and a single sensor}
\usage{
2018-10-20 14:52:31 +02:00
archive_fetch_measurements(box, sensorId, fromDate, toDate, progress)
}
\arguments{
\item{box}{A sensebox data.frame with a single box}
\item{sensorId}{Character specifying the sensor}
\item{fromDate}{Start date for measurement download, must be convertable via `as.Date`.}
\item{toDate}{End date for measurement download (inclusive).}
\item{progress}{whether to print progress}
}
\value{
A \code{tbl_df} containing observations of all selected sensors for each time stamp.
2018-10-20 01:51:17 +02:00
}
\description{
fetch measurements from archive from a single box, and a single sensor
}