I am having some issues with my leaflet markers. I have made a handful of leaflet maps before, but this issue has never happened before. The markers are appearing but on the South Pole! The coordinates in my data are definitely not, however. They should be scattered across Michigan. My code is quite simple and is in the UI of my app.
leaflet(fac_map_data) %>% addTiles() %>% addMarkers())
This same code template is the one on Leaflets documentation and I have made multiple maps like this before with similar data. Not sure why this is happening!
It looks like things are plotting near the south pole because -85 latitude is pretty near the south pole (-90 latitude).
Maybe you transposed latitude & longitiude? That would lead to points near Grand Rapids, MI.