knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of mapmaryland is to ease access to spatial data for Maryland at both the local, regional, and statewide level.
You can install the development version of mapmaryland like so:
# pak::pkg_install("elipousson/mapmaryland")
library(mapmaryland)
Currently, the package has a limited number of data access functions, prepackaged datasets, and reference data with an index of Maryland ArcGIS services.
dplyr::glimpse(md_arcgis_index)
location <- get_md_tigris( name = "Hyattsville", type = "census places" ) location
streams <- get_water_data( location = location, type = "streams" ) plot(streams, max.plot = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.