Skip to content
master
Go to file
Code

README.md

spDataLarge

Build Status

Large datasets for spatial analysis. The data from this package could be retrived using the spData package.

Installation

There are three possible options:

  1. Installation of all of the required packages using:
devtools::install_github("geocompr/geocompkg")
  1. Installation of spDataLarge after loading spData:
library(spData)
# and next
install.packages("spDataLarge")
  1. Installation of spDataLarge using drat location:
install.packages("spDataLarge", repos = "https://nowosad.github.io/drat/", type = "source")
You can’t perform that action at this time.