# NOT RUN {
# load Natural Earth low-res dataset.
# Created in Python with GeoPandas.to_feather()
path <- system.file("extdata", package = "sfarrow")
world <- st_read_feather(file.path(path, "world.feather"))
world
plot(sf::st_geometry(world))
# }
Run the code above in your browser using DataLab