| checkpointArchives {checkpoint} | R Documentation |
List checkpoint archives on disk.
checkpointArchives(checkpointLocation = "~/", full.names = FALSE)
checkpointLocation |
File path where the checkpoint library is stored. Default is |
full.names |
passed to |
Other checkpoint functions: checkpointRemove,
checkpoint, getAccessDate,
getValidSnapshots, mranUrl,
setSnapshot, unCheckpoint
checkpointArchives()
## Not run:
checkpointRemove("2016-10-01")
## End(Not run)