commuters_datasets: Commuters datasets

commuters_datasetsR Documentation

Commuters datasets

Description

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).

References

Commuters dataset: https://www.insee.fr/fr/statistiques/2022113
Spatial dataset: https://www.data.gouv.fr/en/datasets/geofla-r

Examples

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")

rCarto/flows documentation built on May 10, 2024, 11:38 a.m.