ahistory
extracts artifact's history and creates a data frame with
history of calls and md5hashes of partial results. The overloaded
print.ahistory
function prints this history in a concise way.ahistory(obj = NULL, md5hash = NULL, repoDir = NULL)## S3 method for class 'ahistory':
print(x, ...)
obj
is not specified then md5hash
is used.NULL
(by default), uses the repoDir
specified in setLocalRepo.ahistory
reads all artifacts that
precede obj
and create a description of the input flow.
The generic print.ahistory
function plots the history in a human readable way.Repository
;
Tags
; %a%
;
addTagsRepo
;
archivist-package
; aread
;
asearch
; cache
;
copyGithubRepo
,
copyLocalRepo
;
createEmptyRepo
; deleteRepo
;
getTagsGithub
, getTagsLocal
;
loadFromGithubRepo
,
loadFromLocalRepo
; md5hash
;
multiSearchInGithubRepo
,
multiSearchInLocalRepo
,
searchInGithubRepo
,
searchInLocalRepo
;
rmFromRepo
; saveSetToRepo
;
saveToRepo
; setGithubRepo
,
setLocalRepo
;
shinySearchInLocalRepo
;
showGithubRepo
,
showLocalRepo
;
summaryGithubRepo
,
summaryLocalRepo
;
zipGithubRepo
, zipLocalRepo
Other archivist: Repository
;
Tags
; %a%
;
addTagsRepo
;
archivist-package
; aread
;
asearch
; cache
;
copyGithubRepo
,
copyLocalRepo
;
createEmptyRepo
; deleteRepo
;
getTagsGithub
, getTagsLocal
;
loadFromGithubRepo
,
loadFromLocalRepo
; md5hash
;
multiSearchInGithubRepo
,
multiSearchInLocalRepo
,
searchInGithubRepo
,
searchInLocalRepo
;
rmFromRepo
; saveSetToRepo
;
saveToRepo
; setGithubRepo
,
setLocalRepo
;
shinySearchInLocalRepo
;
showGithubRepo
,
showLocalRepo
;
summaryGithubRepo
,
summaryLocalRepo
;
zipGithubRepo
, zipLocalRepo
library(dplyr)
iris %a%
filter(Sepal.Length < 6) %a%
lm(Petal.Length~Species, data=.) %a%
summary() -> obj
# read the object history
asearch(obj)
Run the code above in your browser using DataLab