deleteTif: Delete one or more TIFFs and all associated files

View source: R/deleteTif.R

deleteTifR Documentation

Delete one or more TIFFs and all associated files

Description

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.

Usage

deleteTif(x, includeVrt = TRUE)

Arguments

x

The path to one or more TIFF files ending in .tif.

includeVrt

if TRUE (the default) .vrt files with the same base name will also be deleted.

Value

Nothing is returned.


ethanplunkett/rasterPrep documentation built on Sept. 17, 2024, 1:05 p.m.