wcjochem / sfarrow

R package for reading/writing `sf` objects from/to parquet files with `arrow`.
https://wcjochem.github.io/sfarrow/
Other
75 stars 4 forks source link

correcting examples to remove tempfiles #12

Closed wcjochem closed 2 years ago

wcjochem commented 2 years ago

Reported in #11: the files created in the writing examples remained the tempdir and caused issues for some checks. Following the model used in arrow suggested by @jonkeane, a tempfile() is now created and should be removed on exiting.