Population totals from the 2022 edition (pop22) This dataset came from the SC Office of Revenue and Fiscal Affairs. Estimate and projection totals
Source:R/data.R
pop22.Rd
Population totals from the 2022 edition (pop22) This dataset came from the SC Office of Revenue and Fiscal Affairs. Estimate and projection totals
Format
A data frame with columns including FIPS, County, Year, Type(Total), and Population.
FIPS
FIPS code of each county
County
Name of county
Year
Year of Projection (2000-2038)
Type
Estimate or Projection
Population
Population number
Examples
data(pop22)
head(pop22)
#> # A tibble: 6 × 5
#> FIPS County Year Type Population
#> <dbl> <chr> <int> <chr> <dbl>
#> 1 1 ABBEVILLE 2010 Estimate 25338
#> 2 1 ABBEVILLE 2011 Estimate 25093
#> 3 1 ABBEVILLE 2012 Estimate 25033
#> 4 1 ABBEVILLE 2013 Estimate 24912
#> 5 1 ABBEVILLE 2014 Estimate 24811
#> 6 1 ABBEVILLE 2015 Estimate 24814