Learn R Programming

archivist (version 1.5)

aread: Read Artifact Given as a md5hash from a Repository

Description

aread reads an artifact from a Github Repository. It's a wrapper around loadFromGithubRepo.

Usage

aread(md5hash)

Arguments

md5hash
A character with at least trhee components, GitHub user name, GitHub repository and name of the artifact assigned to the artifact as a result of a cryptographical hash function with MD5 algorithm, or it's abbreviation.

Details

Function aread read artifact (by the md5hash) from GitHub Repository. It uses the function loadFromGithubRepo with different paramter's specification.

See Also

Other archivist: Repository; Tags; %a%; addTagsRepo; ahistory, print.ahistory; archivist-package; 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

Examples

Run this code
# read the object
pl <- aread("pbiecek/graphGallery/2166dfbd3a7a68a91a2f8e6df1a44111")
# plot it
pl

Run the code above in your browser using DataLab