git_remote_create | R Documentation |
Given that a 'GitHub' user is configured, with the appropriate permissions, this function creates a new repository on your account.
git_remote_create(name, private = TRUE)
name |
Name of the repository to be created. |
private |
Whether or not the repository should be private, defaults to
|
Invisibly returns a logical value, indicating whether the function was successful or not.
## Not run:
git_remote_create()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.