com | R Documentation |
Data on the Grand Paris Metropole communes, included in a sf object.
A data frame with 150 rows and 10 variables:
Commune identifiers
Commune names
EPT identifiers of the commune
EPT names of the commune
Identifiers of the departement
Amount of income tax reference (in euros)
Number of tax households
Commune geometry
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
library(sf)
com <- st_read(system.file("metroparis.gpkg", package = "MTA"), layer = "com", quiet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.