You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a geojson file and reading it with geojsonsf. The file is importing successfully, but there are still nested json columns in the data frame. I'm not sure this is an issue with the geojsonsf package, but wanted to see if the team had any suggestions on how to unnest the additional columns.
library(geojsonsf)
link <- 'https://tiles.skimap.org/geojson/ski_areas.geojson'
S0 <- geojson_sf(link, expand_geometries = TRUE)