deleteTif | R Documentation |
deleteTif
deletes the files listed in x
and all associated files,
specifically:
any file that includes the full name with .tif
extension and an
additional extension e.g. ./name.tif.ovr
.
a world file which has the same base name but a .twf
extension
instead of .tif
if includeVrt
is TRUE
a .vrt
file with the same name.
deleteTif(x, includeVrt = TRUE)
x |
The path to one or more TIFF files ending in |
includeVrt |
if |
Nothing is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.