knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of iGIScData is to furnish GEOG 604/704 students with a variety of datasets.
You can install the released version of iGIScData from GitHub with:
# install.packages("remotes") remotes::install_github("iGISc/iGIScData")
The accompanying datasets are 'lazily' loaded into your global environment.
library(iGIScData) library(ggplot2) ggplot() + geom_sf(data = BayAreaCounties) + theme_void()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.