com {MTA} | R Documentation |
Grand Paris Metropole Communes Data
Description
Data on the Grand Paris Metropole communes, included in a sf object.
Format
A data frame with 150 rows and 10 variables:
- DEPCOM
Commune identifiers
- LIBCOM
Commune names
- EPT
EPT identifiers of the commune
- LIBEPT
EPT names of the commune
- DEP
Identifiers of the departement
- INC
Amount of income tax reference (in euros)
- TH
Number of tax households
- geometry
Commune geometry
Source
Direction générale des finances publiques, income tax 2014 (2013 incomes):
https://www.impots.gouv.fr/statistiques
Atelier parisien d'urbanisme, Grand Paris communal composition (2015-12-17):
https://www.apur.org/fr/nos-travaux/composition-12-territoires-metropole-grand-paris
Examples
library(sf)
com <- st_read(system.file("metroparis.gpkg", package = "MTA"), layer = "com", quiet = TRUE)
[Package MTA version 0.6.0 Index]