mirror of
https://github.com/sensebox/opensensmapr
synced 2025-02-22 23:23:57 +01:00
fix docs
This commit is contained in:
parent
1d6db7ae21
commit
5f6dc7c0b5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
\usage{
|
\usage{
|
||||||
osem_boxes(exposure = NA, model = NA, grouptag = NA, date = NA,
|
osem_boxes(exposure = NA, model = NA, grouptag = NA, date = NA,
|
||||||
from = NA, to = NA, phenomenon = NA, endpoint = osem_endpoint(),
|
from = NA, to = NA, phenomenon = NA, endpoint = osem_endpoint(),
|
||||||
progress = T)
|
progress = TRUE)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{exposure}{Only return boxes with the given exposure ('indoor', 'outdoor', 'mobile')}
|
\item{exposure}{Only return boxes with the given exposure ('indoor', 'outdoor', 'mobile')}
|
||||||
|
@ -26,7 +26,7 @@ time interval as specified through \code{date} or \code{from / to}}
|
||||||
|
|
||||||
\item{endpoint}{The URL of the openSenseMap API instance}
|
\item{endpoint}{The URL of the openSenseMap API instance}
|
||||||
|
|
||||||
\item{progress}{Whether to print download progress information}
|
\item{progress}{Whether to print download progress information defaults to \code{TRUE}}
|
||||||
}
|
}
|
||||||
\value{
|
\value{
|
||||||
A \code{sensebox data.frame} containing a box in each row
|
A \code{sensebox data.frame} containing a box in each row
|
||||||
|
|
Loading…
Add table
Reference in a new issue