document osem_as_sensebox() (#13)

pull/17/head
Norwin 6 years ago
parent 2db7d87a92
commit 44d9026936
Signed by: norwin
GPG Key ID: 24BC059DE24C43A3

@ -59,6 +59,9 @@
#' Helpers are implemented to ease the further usage of the retrieved data:
#'
#' \itemize{
#' \item \code{\link{osem_as_sensebox}} & \code{\link{osem_as_measurements}}:
#' Transform a foreign object to a sensebox data.frame or osem_measurements
#' by attaching the required classes and attributes.
#' \item \code{\link{st_as_sf.sensebox}} & \code{\link{st_as_sf.osem_measurements}}:
#' Transform the senseBoxes or measurements into an \code{\link{sf}}
#' compatible format for spatial analysis.

@ -36,7 +36,7 @@ m = osem_measurements(bbox, phenomenon, filter1, ...)
osem_counts()
```
Additionally there are some helpers: `summary.sensebox(), plot.sensebox(), st_as_sf.sensebox(), [.sensebox(), filter.sensebox(), mutate.sensebox(), ...`.
Additionally there are some helpers: `summary.sensebox(), plot.sensebox(), st_as_sf.sensebox(), osem_as_sensebox(), [.sensebox(), filter.sensebox(), mutate.sensebox(), ...`.
## Changelog
This project adheres to semantic versioning, for changes in recent versions

Loading…
Cancel
Save