My data includes FIPS code, County Name, and Population size. Using the choroplethr package, my current code is
county_choropleth(Countydata, legend = "Population",county_zoom =TennCounties)
Is there anyway to set the counties' border line colors in county_choropleth? Or any other alternative way?