Learn R Programming

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

archivist (version 2.3.4)

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

667

Version

2.3.4

License

GPL-2

Maintainer

Przemyslaw Biecek

Last Published

August 31st, 2019

Functions in archivist (2.3.4)

addTagsRepo

Add new Tags to the Existing Repository
addHooksToPrint

Add archivist Hooks to rmarkdown Reports
Repository

Repository
Tags

Tags
aoptions

Default Options for Archivist
createMDGallery

Create the Summary for Each Artifact in a Markdown Format
archivist-package

Tools for Storing, Restoring and Searching for R Objects
aformat

Show Artifact's List of Foramts
ahistory

Show Artifact's History
atrace

Add Tracing For All Objects Created By Given Function
asearchLocal

Read Artifacts Given as a List of Tags
asession

Show Artifact's Session Info
rmFromLocalRepo

Remove an Artifact Given as a md5hash from the Repository
cache

Enable Caching of the Function Results with the use of Archivist
saveToLocalRepo

Save an Artifact into a Repository
aread

Read Artifacts Given as md5hashes from the Repository
areadLocal

Read Artifacts Given as md5hashes from the Repository
loadFromLocalRepo

Load Artifact Given as a md5hash from a Repository
zipLocalRepo

Create a zip Archive From an Existing Repository
removeTagsRepo

Remove Tags from Repository
restoreLibs

Restore Versions of Libraries
asearch

Read Artifacts Given as a List of Tags
%a%

magrittr - a Forward-Pipe Operator for R
createLocalRepo

Create an Empty Repository
summaryLocalRepo

View the Summary of the Repository
copyLocalRepo

Copy an Existing Repository into Another Repository
splitTagsLocal

Split Tags in Repository
deleteLocalRepo

Delete the Existing Repository from the Given Directory
md5hash

md5hash
setLocalRepo

Set Repository's Global Path
getRemoteHook

Get http Hook for Remote Repo
searchInLocalRepo

Search for an Artifact in the Repository Using Tags
getTagsLocal

Return Tags Corresponding to md5hash
%>%

Pipe operator
showLocalRepo

View the List of Artifacts from the Repository
shinySearchInLocalRepo

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

Return a Link To Download an Artifact Stored on Remote Repository