getCBSAs: Returns a list of Core-Based Statistical Areas and counties

Description Usage Arguments Value

View source: R/cbsas.R

Description

This function uses the 2003-2009 definitions of Core-Based Statistical Areas and returns a map of counties into Micro- and Metropolitan Statistical Areas.

Usage

1
getCBSAs(drop_states = NA, drop_cbsas = NA, metro = TRUE, micro = TRUE)

Arguments

drop_states

is a vector of state abbreviations to drop from the data

drop_cbsas

is a vector of CBSA IDs (as strings) to drop from the data

metro

is a boolean whether to include metropolitan statistical areas

micro

is a boolean whether to include micropolitan statistical areas

Value

a list of data frames with micropolitan statistical areas, metropolitan statistical areas and counties


jtilly/cbpR documentation built on May 20, 2019, 3:13 a.m.