knitr::opts_chunk$set( comment = "#>", collapse = TRUE, warning = FALSE, message = FALSE )
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.
The latest release of lawn
is available from CRAN
install.packages("lawn")
development version
remotes::install_github("ropensci/lawn")
library("lawn")
https://docs.ropensci.org/lawn/
lawn
in R doing citation(package = 'lawn')
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.