List checkpoint archives on disk.
checkpointArchives(checkpointLocation = "~/", full.names = FALSE)
File path where the checkpoint library is stored. Default is "~/"
, i.e. the user's home directory. A use case for changing this is to create a checkpoint library on a portable drive (e.g. USB drive).
passed to list.files()
Other checkpoint functions: checkpointRemove
,
checkpoint
, getAccessDate
,
getValidSnapshots
, mranUrl
,
setSnapshot
, unCheckpoint
# NOT RUN { checkpointArchives() # } # NOT RUN { checkpointRemove("2016-10-01") # } # NOT RUN { # }
Run the code above in your browser using DataCamp Workspace