Skip to content

archivist package Repository

Witold Chodor edited this page Oct 29, 2015 · 11 revisions

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,
  • loadFromLocalRepo,
  • loadFromGithubRepo,
  • rmFromRepo,
  • saveToRepo,
  • searchInLocalRepo,
  • searchInGithubRepo,
  • `shinySearchInLocalRepo
  • summaryLocalRepo,
  • summaryGithubRepo,

Function creating Repository is:

  • createEmptyRepo.

Function deleting Repository is:

  • deleteRepo.

Functions coping Repository are:

  • copyLocalRepo,
  • copyGithubRepo.

Functions setting global path to the Repository are:

  • setLocalRepo,
  • setGithubRepo.