get_pct_centroids | R Documentation |
Wrapper around [get_pct()]
that gets centroid data from the PCT.
get_pct_centroids(
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
c = get_pct_centroids("isle-of-wight")
plot(c)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.