keys | R Documentation |
List your ssh keys, or get a single key
keys(..., page = 1, per_page = 25)
key(x, ...)
as.sshkey(x)
... |
Additional arguments passed down to low-level API function
( |
page |
Page to return. Default: 1. |
per_page |
Number of results per page. Default: 25. |
x |
For |
## Not run:
keys()
as.sshkey(328037)
as.sshkey("hadley")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.