Skip to contents

Queries the INE metadata API for the available regional filtering options available for MobilityDataPT::census_od().

Usage

census_od_regions()

Value

A data.frame with columns id and name.

Note

Data source: Instituto Nacional de Estatística (INE) (https://www.ine.pt/).

Examples

if (FALSE) { # tryCatch({     con <- suppressWarnings(socketConnection("www.ine.pt", port = 443, timeout = 10))     close(con)     TRUE }, error = function(e) FALSE)
regions <- MobilityDataPT::census_od_regions()
head(regions)
}