commuters_datasets | R Documentation |
Data on commuters between Urban Areas of the French Grand Est region in 2011.
Fields:
i: Code of the urban area of residence
namei: Name of the urban area of residence
wi: Total number of active occupied persons in the urban area of residence
j: Code of the urban area of work
namej: Name of the urban area of work
wj: Total number of active occupied persons in the urban area of work
fij: Number of commuters between i and j
Geopackage of the Grand Est region in France and its urban areas (2010 delineation).
Commuters dataset: https://www.insee.fr/fr/statistiques/2022113
Spatial dataset: https://www.data.gouv.fr/en/datasets/geofla-r
nav <- read.csv(system.file("csv/nav.csv", package = "flows"))
library(sf)
UA <- st_read(system.file("gpkg/GE.gpkg", package = "flows"), layer = "urban_area")
GE <- st_read(system.file("gpkg/GE.gpkg", package = "flows"), layer = "region")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.