get_pct_zones {pct} | R Documentation |
Get zone results from the PCT
Description
Wrapper around [get_pct()]
that gets zone data from the PCT.
Usage
get_pct_zones(
region = NULL,
purpose = "commute",
geography = "lsoa",
extension = ".geojson"
)
Arguments
region |
The PCT region or local authority to download data from (e.g. |
purpose |
Trip purpose (typically |
geography |
Geographic resolution of outputs, |
extension |
The type of file to download (only |
Examples
## Not run:
# don't test to reduce build times
z = get_pct_zones("isle-of-wight")
plot(z)
## End(Not run)
[Package pct version 0.9.9 Index]