This package contains datasets of geographical information, mainly simple features sf structures, and other geographical information. The package depends on the sf package.
To install the package, take the following steps:
install.packages("devtools")
devtools::install_github("jmsallan/BAdatasetsSpatial")
Once you have installed the package, you can see what datasets are available at the moment typing in the R console:
data(package = "BAdatasetsSpatial")
To access the datasets:
library(BAdatasetsSpatial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.