Skip to content
Prev 29098 / 29559 Next

Convert geojson file to R

You're going to want to read the file with sf.

Try object <- sf::st_read("~countrymasks.geojson")
On Mon, Nov 28, 2022 at 7:09 AM Miluji Sb <milujisb at gmail.com> wrote: