.purge | R Documentation |
Purge individual line items from checksums file
.purge(
checkSums,
purge,
targetFile,
archive,
alsoExtract,
url,
destinationPath
)
checkSums |
A checksums file, e.g., created by Checksums(..., write = TRUE) |
purge |
Logical or Integer. |
targetFile |
Character string giving the filename (without relative or
absolute path) to the eventual file
(raster, shapefile, csv, etc.) after downloading and extracting from a zip
or tar archive. This is the file before it is passed to
|
archive |
Optional character string giving the path of an archive
containing |
url |
Optional character string indicating the URL to download from.
If not specified, then no download will be attempted. If not entry
exists in the |
destinationPath |
Character string of a directory in which to download
and save the file that comes from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.