knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

camapping

camapping is a collection of commonly used vector data in California.

Installation

You can install the released version of camapping from GitHub with:

remotes::install_github("ir-sfsu/camappiong")

Counties

library(camapping)
library(mapview)
mapview(counties)

Cities

mapview(cities)

Schools

mapview(schools)

Regions

mapview(regions)


ir-sfsu/camapping documentation built on March 26, 2021, 11:54 p.m.