Learn R Programming

pct (version 0.9.1)

get_pct_routes_fast: Get fast road network results from the PCT

Description

Wrapper around [get_pct()] that gets rf data from the PCT.

Usage

get_pct_routes_fast(
  region = NULL,
  purpose = "commute",
  geography = "lsoa",
  extension = ".geojson"
)

Arguments

region

The PCT region or local authority to download data from (e.g. west-yorkshire or Leeds). See View(pct_regions_lookup) for a full list of possible region names.

purpose

Trip purpose (typically school or commute)

geography

Geographic resolution of outputs, msoa or lsoa (the default)

extension

The type of file to download (only .geojson supported at present)

Examples

Run this code
# NOT RUN {
# don't test to reduce build times
rf = get_pct_routes_fast("isle-of-wight")
plot(rf)
# }

Run the code above in your browser using DataLab