load_shp: Loads all of the England Shapefiles, and the population data

Description Usage Details Value Examples

View source: R/load_shp.R

Description

Loads three Shapefiles for administrative units of England (regions, counties and districts). Also loads the dataframe containing all of the population data for all the units.

Usage

1

Details

This function assumes that the Shapefiles and population data are in specific directories. If it fails, manually load the shapefiles and population data using readShapeSpatial and read.csv functions.

Value

Returns three Shapefile objects and one dataframe.

Examples

1
2
3
4
5
load_shp()

View(pop_data)

plot(region_shp)

qleclerc/efficientspatial documentation built on May 23, 2019, 1:24 p.m.