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. get_github_key() retrieves the first key by default.

Value

Character scalar.


[Package secret version 1.1.0 Index]