Florida Percent Black Population

hw3 <- get_acs(geography = "county", variables = c(tot_pop = "B01003_001", black_pop = "B02001_003"), state = "FL",
              geometry = T,
              year = 2022)

Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.