You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensensmapR/R/opensensmapr.R

30 lines
632 B
R

#' opensensmapr: Work with sensor data from opensensemap.org
#'
#' The opensensmapr 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 opensensmapr
'_PACKAGE'
#' @importFrom graphics plot
#' @importFrom magrittr %>%
`%>%` = magrittr::`%>%`