Learn R Programming

MTA (version 0.6.0)

com: Grand Paris Metropole Communes Data

Description

Data on the Grand Paris Metropole communes, included in a sf object.

Arguments

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

Examples

Run this code
library(sf)
com <- st_read(system.file("metroparis.gpkg", package = "MTA"), layer = "com", quiet = TRUE)

Run the code above in your browser using DataLab