Map - polygons - Use mapview package if available
Value
like output of mapview function mapview::mapview(),
if mapview package is installed,
when used with an input that is a spatial object as via sf::read_sf()
Examples
# \donttest{
map_shapes_mapview(
shapes_counties_from_countyfips(fips_counties_from_state_abbrev("DE"))
)
# }
out = ejamit(testpoints_10[1,], radius = 20)
map_shapes_mapview(
ejam2shapefile(out, save = FALSE),
popup = popup_from_ejscreen(out$results_bysite)
)