mirror of
https://github.com/sensebox/opensensmapr
synced 2025-03-11 03:30:27 +01:00
30 lines
632 B
R
30 lines
632 B
R
![]() |
#' opensensemap: Work with sensor data from opensensemap.org
|
||
|
#'
|
||
|
#' The opensensemap package provides three categories functions:
|
||
|
#' \enumerate{
|
||
|
#' \item retrieval of senseBoxes
|
||
|
#' \item retrieval of measurements
|
||
|
#' \item general stats about the opensensemap database
|
||
|
#' }
|
||
|
#'
|
||
|
#' @section Retrieving senseBox metadata:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Retrieving measurements:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Retrieving statistics:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Working with spatial data from openSenseMap:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @docType package
|
||
|
#' @name opensensemap
|
||
|
'_PACKAGE'
|
||
|
|
||
|
#' @importFrom graphics plot
|
||
|
|
||
|
#' @importFrom magrittr %>%
|
||
|
`%>%` = magrittr::`%>%`
|