I have been trying to convert this column into city names. I followed some potential solutions I found online, however, some of the packages (e.g., "rgeolocate") they used were not downloadable anymore.
Anyone has any suggestions? You will really be my life saver!
This is packages I found but didn't work out:
`##ip
install.packages("iptools")
install.packages("rgeolocate")#not available
install.packages("ggalt")
ilter(world_map, region != "Antarctica")`