data-raw/CES-constants.R

CES_PERCENTILE_BREAKS <- structure(
  c(0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 
    65, 70, 75, 80, 85, 90, 95), 
  .Names = c("1-5%", "6-10%", "11-15%", 
             "16-20%", "21-25%", "26-30%", "31-35%", "36-40%", "41-45%", "46-50%", 
             "51-55%", "56-60%", "61-65%", "66-70%", "71-75%", "76-80%", "81-85%", 
             "86-90%", "91-95%", "96-100%"))

devtools::use_data(
  CES_PERCENTILE_BREAKS,
  overwrite = TRUE)
BAAQMD/CalEnviroScreen documentation built on Aug. 30, 2019, 11:27 p.m.