get_pct_routes_quiet {pct} | R Documentation |
Get quiet road network results from the PCT
Description
Wrapper around [get_pct()]
that gets rq data from the PCT.
Usage
get_pct_routes_quiet(
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
rq = get_pct_routes_quiet("isle-of-wight")
plot(rq)
## End(Not run)
[Package pct version 0.9.9 Index]