Description Methods Value See Also
sourceRepoFile takes a file from a github repository and sources the file into the global environment (unless specified otherwise via ... options passed to source())
signature(repository = "character", repositoryPath = "character", ...)repository, ...name of repository, in the form of /owner/repo, which is passed to getRepo along with optional arguments ref and refName - resulting githubRepo object is passed along with repositoryPath back to sourceRepoFile method below.
signature(repository = "githubRepo", repositoryPath = "character")repositorytimepoint of repository specified by an object of class githubRepo
repositoryPathpath within the repository of the file to be sourced - must be a valid path in the repository (repository@tree$path)
...optional arguments to be passed to source() - especially local = <environment> in order to source files into a specified <environment>
output from all files sourced
getPermlink, githubRepo, getRepo, view
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.