Description Objects from the Class Slots Methods See Also
Class holding information about a specific timepoint of a github repository.
Objects are generated by calling the getRepo function.
user:Object of class "character" specifying the user account that the repository is stored in
repo:Object of class "character" specifying the name of the repository
ref:Object of class "character" along with refName: the type of reference that the repository is trying to capture: one of "branch", "tag", or "commit"
refName:Object of class "character" along with ref: the name of the branch, tag, or the sha of the requested commit
commit:Object of class "character" specifying the timepoint at which information on the repository was obtained
tree:Object of class "data.frame" referring to the tree structure present in the repository with columns path, sha, and url
apiResponses:Object of class "list" enumerating the GitHub API responses that were retrieved to build the object (used internally)
sourceRepoFilesignature(repository = "githubRepo", repositoryPath = "character", ...)
viewsignature(repository = "githubRepo", repositoryPath = "character")
getPermlink, getRepo, sourceRepoFile, view
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.