Description Usage Arguments See Also Examples
On GitHub, a user can upload multiple keys. This function will download the first key by default, but you can change this
1 | add_github_user(github_user, email = NULL, vault = NULL, i = 1)
|
github_user |
User name on GitHub. |
email |
Email address of the github user. If NULL, constructs an
email as |
vault |
Vault location (starting point to find the vault).
To create a vault, use
If the starting point is a vault, that is used. Otherwise, if the
starting point is in a package tree, the |
i |
Integer, indicating which GitHub key to use (if more than one GitHub key exists). |
Other user functions:
add_travis_user()
,
add_user()
,
delete_user()
,
list_users()
1 2 3 4 5 6 7 8 9 | ## Not run:
vault <- file.path(tempdir(), ".vault")
create_vault(vault)
add_github_user("hadley", vault = vault)
list_users(vault = vault)
delete_user("github-hadley", vault = vault)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.