county_coc: API Wrapper to call Colorado County Components of Change Data

Description Usage Arguments Details

View source: R/county_coc.R

Description

This API wrapper returns a dataframe of county-level components of change data:

Usage

1
county_coc(fips_list, year_list, 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 1970 and 2050

group

string taking values of opt1, opt2 see descriptiong what what each does

Details

The functions takes county and year and can return grouped data.

Grouping options are as follows: opt1= Group by year opt2= Group by county

Variables include the estimate, popultion change, births, deaths, and net migration.

Data are estimates or forecasts depending on the most recent vintage, they are noted as such in the returned data.


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