join_boundaries_fl: Join Florida County Boundaries to a data frame

Description Usage Arguments Value

View source: R/map.R

Description

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.

Usage

1
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().


GerkeLab/fcds documentation built on July 30, 2020, 7:04 p.m.