Nomis uses TYPE codes to organize geographies hierarchically:
# Single area
london_data <- fetch_nomis(
"NM_1_1",
time = "latest",
geography = "2013265927", # London code
measures = 20100
)
# Multiple areas
cities <- c("1879048226", "1879048225") # Manchester, Liverpool
cities_data <- fetch_nomis(
"NM_1_1",
time = "latest",
geography = cities,
measures = 20100
)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.