oe_clean | R Documentation |
This functions is a wrapper around unlink()
that can be used to delete all
.osm.pbf
and .gpkg
files in a given directory.
oe_clean(download_directory = oe_download_directory(), force = FALSE)
download_directory |
The directory where the |
force |
Internal option. It can be used to skip the checks run at the
beginning of the function and force the removal of all |
The same as unlink()
.
# Warning: the following removes all files in oe_download_directory()
## Not run:
oe_clean()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.