Description Usage Arguments Examples
Retrieve public keys.
1 2 3 4 5 | travis_key(repo)
github_key(username, i = 1)
local_key(name = "id_rsa")
|
repo |
Travis repository name (x/y) |
username |
Github username |
i |
Key to use, if more than one |
name |
Name of key. If missing, uses first file in directory,
otherwise uses first file that matches |
1 2 3 4 | travis_key("hadley/dplyr")
github_key("hadley")
local_key()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.