Skip to contents

Summarizes and manipulates the PEP series to return Oklahoma's population by county for desired years. Useful for calculating per capita rates of county-level data.

Usage

ojo_county_population(years)

Arguments

years

A numeric vector of years for which to get population data

Value

A table of Oklahoma's population by county in each year specified

Examples

if (FALSE) { # \dontrun{
ojo_county_population(2018)
} # }