# NOT RUN {
aaa <- convert_fips_to_names(c("11", "44"))
# [1] "DC" "RI"
bbb <- convert_fips_to_names(c("001", "013"), states = c("RI", "MA"), geo_header = "COUNTY")
# [1] "Bristol County" "Hampden County"
# }
Run the code above in your browser using DataLab