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