Description Usage Arguments Details Examples
template.
Clone a template, change remote origin, push
1 |
template |
url to the template repository |
dest |
destination remote url |
public |
should the new GitHub repository be public or private? |
... |
additional arguments to git2r functions |
url can be any git address we can use to clone (e.g. https://, git@github.com:)
1 2 3 4 5 | ## Not run:
template("https://github.com/cboettig/template",
"https://gtihub.com/boettiger-lab/mypkg")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.