archivist package Repository
Repository
Repository stores specific values of an object, different for various object's classes, and objects themselves.
Repository is folder with an SQLite database stored in a file named backpack.db and a subdirectory named gallery with collection of object saved as .rda files.
Functions using Repository are:
-
addTagsRepo, -
ahistory, -
aread, -
asearch, -
cache, -
getTagsLocal, -
getTagsGithub, -
loadFromLocalRepo, -
loadFromGithubRepo, -
multiSearchInLocalRepo, -
multiSearchInGithubRepo, -
rmFromRepo, -
saveToRepo, -
searchInLocalRepo, -
searchInGithubRepo, -
shinySearchInLocalRepo, -
summaryLocalRepo, -
summaryGithubRepo.
Function creating Repository is:
-
createEmptyRepo.
Function deleting Repository is:
-
deleteRepo.
Functions coping Repository are:
-
copyLocalRepo, -
copyGithubRepo.
Functions creating a zip archive from an existing Repository are:
-
zipLocalRepo, -
zipGithubRepo.
Functions setting global path to the Repository are:
-
setLocalRepo, -
setGithubRepo.