git_remote_create {worcs} | R Documentation |
Create a New 'GitHub' Repository
Description
Given that a 'GitHub' user is configured, with the appropriate permissions, this function creates a new repository on your account.
Usage
git_remote_create(name, private = TRUE)
Arguments
name |
Name of the repository to be created. |
private |
Whether or not the repository should be private, defaults to
|
Value
Invisibly returns a logical value, indicating whether the function was successful or not.
Examples
## Not run:
git_remote_create()
## End(Not run)
[Package worcs version 0.1.19 Index]