Description Usage Arguments Value Examples
Utility to transform a GRANRepository object into a list so that repos saved using GRANBase can be loaded by GRAN without requiring GRANBase
1 2 3 | RepoToList(repo)
RepoFromList(rlist)
|
repo |
repository |
rlist |
A list with entries that are slot name-value pairs for a GRANRepository object |
a list suitable for use with RepoFromList
a GRANRepository object
1 2 3 | repo = GRANRepository(GithubManifest("gmbecker/switchr"), basedir = tempdir())
lst = RepoToList(repo)
repo2 = RepoFromList(lst)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.