get_github_user: Get the GitHub User's info

View source: R/github.R

get_github_userR Documentation

Get the GitHub User's info

Description

This is a function to get the GitHub user's info

Usage

get_github_user(token = NULL)

Arguments

token

You can provide the Personal Access Token key directly or this function will attempt to grab a PAT that was stored using the 'authorize("github")' function

Value

Information regarding a Github account

Examples

## Not run: 

authorize("github")
get_github_user()

## End(Not run)

metricminer documentation built on April 4, 2025, 2:41 a.m.