skip to Main Content

R – Read NativeLand JSON and plot in ggplot

I would like to add my own features to the map of Native Land: > library(leaflet) > url = "https://native-land.ca/coordinates/indigenousTerritories.json" > NL <- sf::st_read(url) > ggplot(NL) + geom_sf() But I get the follow error: Error in `geom_sf()`: ! Problem while…

VIEW QUESTION
Back To Top
Search