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.
30 lines
632 B
R
30 lines
632 B
R
7 years ago
|
#' opensensmapr: Work with sensor data from opensensemap.org
|
||
7 years ago
|
#'
|
||
7 years ago
|
#' The opensensmapr package provides three categories functions:
|
||
7 years ago
|
#' \enumerate{
|
||
|
#' \item retrieval of senseBoxes
|
||
|
#' \item retrieval of measurements
|
||
7 years ago
|
#' \item general stats about the openSenseMap database
|
||
7 years ago
|
#' }
|
||
|
#'
|
||
|
#' @section Retrieving senseBox metadata:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Retrieving measurements:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Retrieving statistics:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @section Working with spatial data from openSenseMap:
|
||
|
#' TODO
|
||
|
#'
|
||
|
#' @docType package
|
||
7 years ago
|
#' @name opensensmapr
|
||
7 years ago
|
'_PACKAGE'
|
||
|
|
||
|
#' @importFrom graphics plot
|
||
|
|
||
|
#' @importFrom magrittr %>%
|
||
|
`%>%` = magrittr::`%>%`
|