get_github_key {secret} | R Documentation |
Get the SSH public key of a GitHub user
Description
Get the SSH public key of a GitHub user
Usage
get_github_key(github_user, i = 1)
Arguments
github_user |
GitHub username. |
i |
Which key to get, in case the user has multiple keys.
|
Value
Character scalar.
[Package secret version 1.1.0 Index]