spDataLarge
Large datasets for spatial analysis. The data from this package could be retrived using the spData package.
Installation
There are three possible options:
- Installation of all of the required packages using:
devtools::install_github("geocompr/geocompkg")- Installation of spDataLarge after loading spData:
library(spData)
# and next
install.packages("spDataLarge")- Installation of spDataLarge using drat location:
install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/", type = "source")