Uses the sf and county boundaries from the USAboundaries packages to join the input data with the county shapes required for spatial data visualization. See USAboundaries::us_counties() for more information about the county shapes used.

join_boundaries_fl(data, counties_fl = NULL)

Arguments

data

A data frame

counties_fl

Florida Counties. If NULL, uses FL county boundaries from USAboundaries::us_counties().

Value

An sf data frame, created by sf::st_sf().