knitr::opts_chunk$set(echo = TRUE)

library(ACLOlderAmericansProfile)
library(esquisse)
esquisse::esquisser(profile_data[[12]])
ggplot(`profile_data[[7]]`) +
  aes(x = Income, weight = Households) +
  geom_bar(fill = "#112446") +
  theme_minimal()



kgilds/ACLOlderAmericansProfile documentation built on May 16, 2021, 7:45 a.m.