lawn

knitr::opts_chunk$set(
  comment = "#>",
  collapse = TRUE,
  warning = FALSE,
  message = FALSE
)

cran checks R-check codecov.io rstudio mirror downloads cran version

lawn is an R wrapper for the Javascript library turf.js. In addition, we have a few functions to interface with the geojson-random and geojsonhint Javascript libraries, for generating random GeoJSON objects and linting GeoJSON, respectively.

Install

The latest release of lawn is available from CRAN

install.packages("lawn")

development version

remotes::install_github("ropensci/lawn")
library("lawn")

Documentation

https://docs.ropensci.org/lawn/

Contributors

Meta

Additional disclaimer

Portions of this code have been contributed by Jeff Hollister, US EPA. As such, that code is subjec to the following disclaimer: https://www.epa.gov/home/github-contribution-disclaimer



ropensci/lawn documentation built on May 18, 2022, 9:58 a.m.