us_population_details: Retrieve United States Population data from the US Census...

View source: R/us_population_details.R

us_population_detailsR Documentation

Retrieve United States Population data from the US Census Bureau

Description

Get data from the US Census Bureau Population Estimates APIs.

Usage

us_population_details(...)

Arguments

...

Passed along to get_estimates. Typical arguments would be something like (geography='county', product='population', year=2019).

Value

a data.frame

Author(s)

Sean Davis seandavi@gmail.com

See Also

link[tidycensus]{get_estimates}

Examples

res = us_population_details(geography='county', 
  product='population', year=2019)
head(res)


seandavi/sars2pack documentation built on May 13, 2022, 3:41 p.m.