findTifFiles | R Documentation |
findTifFiles()
is primarily intended for internal use and is called by
copyTif()
,deleteTif()
, and renameTif()
.
findTifFiles(x, includeVrt = TRUE)
x |
(character) the path to a single TIFF file. |
includeVrt |
(logical) if |
Given the path to a TIFF file (.tif
extension) return the path to all
the associated files, including the original .tif
. Any file that
includes the full name (with .tif
extension and some additional
extension e.g. .tif.ovr
) a world
file which has the same base name but .twf
instead of .tif
and if
includeVrt
is TRUE a .vrt
file with the same name.
a vector of files associated with x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.