| checkpointRemove {checkpoint} | R Documentation |
This function enables you to delete a snapshot archive folder from disk, thus releasing storage space. If you supply a single snapshotDate, then only this archive will be removed. You also have the option to remove a series of snapshots, including all snapshots before a given date, or all snapshots that have not been accessed since a given date.
checkpointRemove(snapshotDate, checkpointLocation = "~/", allSinceSnapshot = FALSE, allUntilSnapshot = FALSE, notUsedSince = FALSE)
snapshotDate |
Date of snapshot to use in |
checkpointLocation |
File path where the checkpoint library is stored. Default is |
allSinceSnapshot |
If |
allUntilSnapshot |
If |
notUsedSince |
If |
Other checkpoint functions: checkpointArchives,
checkpoint, getAccessDate,
getValidSnapshots, mranUrl,
setSnapshot, unCheckpoint
checkpointArchives()
## Not run:
checkpointRemove("2016-10-01")
## End(Not run)