knitr::opts_chunk$set(
  collapse = TRUE,
  message = FALSE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rgeo

An R package providing helper functions to work with coordinates.

Installation

You can install rgeo with:

remotes::install_github("markusdumke/rgeo")

Example

library(rgeo)

get_geo_info(
  .longitude = 11, .latitude = 48,
  .naturraum = naturraum_bayern,
  .boundaries = boundaries_bayern
)


markusdumke/rgeo documentation built on Jan. 25, 2024, 10:52 p.m.