Total population data from 2019 Edition (pop19) This dataset came from the SC Office of Revenue and Fiscal Affairs. Estimate and projection totals
Source:R/data.R
pop19.Rd
Total population data from 2019 Edition (pop19) 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-2035)
Type
Estimate or Projection
Population
Population number
Examples
data(pop19)
head(pop19)
#> # A tibble: 6 × 5
#> FIPS County Year Type Population
#> <chr> <chr> <int> <chr> <dbl>
#> 1 45001 Abbeville 2000 Estimate 26229
#> 2 45001 Abbeville 2001 Estimate 26330
#> 3 45001 Abbeville 2002 Estimate 26311
#> 4 45001 Abbeville 2003 Estimate 26306
#> 5 45001 Abbeville 2004 Estimate 26235
#> 6 45001 Abbeville 2005 Estimate 25995