View source: R/combine_make_geo.R
combine.make.geo | R Documentation |
Combine geographic objects created by the ACS package. Auxiliary function to combine geographic levels.
combine.make.geo(
level,
combine.name = "aggregate",
print.levels = TRUE,
region = "*",
division = "*",
state = "*",
county = "*",
county.subdivision = "*",
place = "*",
tract = "*",
block.group = "*",
msa = "*",
csa = "*",
necta = "*",
urban.area = "*",
congressional.district = "*",
state.legislative.district.upper = "*",
state.legislative.district.lower = "*",
puma = "*",
zip.code = "*",
american.indian.area = "*",
school.district.elementary = "*",
school.district.secondary = "*",
school.district.unified = "*"
)
level |
A character or vector of characters specifying the geographic
level of the data. It may be necessary to specificy values to the
corresponding levels. For instance, when
|
combine.name |
Label for the aggregate geography when data are combined. The default value is |
print.levels |
Boolean that print levels generated by the |
Returns a combined geo.make
object used to extract data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.