county_profile: API Wrapper to call Colorado County Demographic Profile...

Description Usage Arguments Details

View source: R/county_profile.R

Description

This API wrapper returns a dataframe of county-level demographic variables.

Usage

1
county_profile(fips_list, year_list, vars = "", group = "none")

Arguments

fips_list

Numeric FIPS code(s) for the county (0 for the state) (no leading 0's)

year_list

Numeric list of years between 2010 and 2014

vars

list of variables (noted in description) for API to pull Defaults to All

Details

These variables include:births, deaths, naturalincrease, netmigration, censusbuildingpermits, groupquarterspopulation, householdpopulation, households, householdsize, totalhousingunits, vacancyrate, vacanthousingunits

Note: Selecting all of the counties can be done by providing 300 as the fips_list


ColoradoDemography/codemogAPI documentation built on May 6, 2019, 12:28 p.m.