1
0
Fork 0
mirror of https://github.com/sensebox/opensensmapr synced 2025-03-11 03:30:27 +01:00
opensensmapR/R/opensensemap.R

30 lines
632 B
R
Raw Normal View History

2017-08-12 18:19:47 +02:00
#' 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::`%>%`