get_pct_lines | R Documentation |
Wrapper around [get_pct()]
that gets l (lines) data from the PCT.
get_pct_lines(
region = NULL,
purpose = "commute",
geography = "lsoa",
extension = ".geojson"
)
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 |
## Not run:
# don't test to reduce build times
l = get_pct_lines("isle-of-wight")
plot(l)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.