README.md

iGIScData

The goal of iGIScData is to furnish GEOG 604/704 students with a variety of datasets.

Installation

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.

Examples

library(iGIScData)
library(ggplot2)

ggplot() +
  geom_sf(data = BayAreaCounties) +
  theme_void()



iGISc/iGIScData documentation built on Dec. 20, 2021, 5:56 p.m.