This may be an incredibly dumb question, but I have not been able to find an answer despite my best efforts.
I appreciate having data in sf
format, but I no idea how to save it outside my current R session. And I tend to run into annoying issues when I save my data as a .shp
or a .gpkg
when importing back into R.
So, do sf
objects have a .RData
equivalent?
While I know this is wrong, I imagine it would look somethin like this...
st_write(nc, paste0(tempdir(), "/", "nc.sf"))
Thanks for the help!