Learn R Programming

⚠️There's a newer version (2.3.8) of this package.Take me there.

archivist (version 1.6)

Tools for Storing, Restoring and Searching for R Objects

Description

Data exploration and modelling is a process in which a lot of data artifacts are produced. Artifacts like: subsets, data aggregates, plots, statistical models, different versions of data sets and different versions of results. The more projects we work with the more artifacts are produced and the harder it is to manage these artifacts. Archivist helps to store and manage artifacts created in R. Archivist allows you to store selected artifacts as a binary files together with their metadata and relations. Archivist allows to share artifacts with others, either through shared folder or github. Archivist allows to look for already created artifacts by using it's class, name, date of the creation or other properties. Makes it easy to restore such artifacts. Archivist allows to check if new artifact is the exact copy that was produced some time ago. That might be useful either for testing or caching.

Copy Link

Version

Install

install.packages('archivist')

Monthly Downloads

617

Version

1.6

License

GPL-2

Maintainer

Przemyslaw Biecek

Last Published

August 15th, 2015

Functions in archivist (1.6)

searchInLocalRepo

Search for an Artifact in a Repository Using Tags
saveSetToRepo

Save a Set of Artifacts into a Repository
zipLocalRepo

Create a zip Archive From an Existing Repository
aread

Read Artifact Given as a md5hash from a Repository
ahistory

Show Artifact's History
loadFromLocalRepo

Load Artifact Given as a md5hash from a Repository
deleteRepo

Delete an Existing Repository from Given Directory
addTagsRepo

Add new Tags to the Existing Repository
getTagsLocal

Return a Tag Corresponding to md5hash
cache

Enable Caching of a Function Results with the use of Archivist
summaryLocalRepo

View the Summary of a Repository
saveToRepo

Save an Artifact into a Repository
setLocalRepo

Set Global Path to Repository
archivist-package

Tools for Storing, Restoring and Searching for R Objects
%a%

magrittr - a forward-pipe operator for R
aoptions

Default options for Archivist
rmFromRepo

Remove an Artifact Given as md5hash from a Repository
createEmptyRepo

Create an Empty Repository in a Given Directory
showLocalRepo

View the Lisf of Artifacts from a Repository
md5hash

md5hash
copyLocalRepo

Copy an Existing Repository to Another Repository
Repository

Repository
shinySearchInLocalRepo

Shiny Based Live Search for an Artifact in a Repository Using Tags
asearch

Read Artifacts Given as a List of Tags
Tags

Tags