Learn R Programming

gistr (version 0.2.0)

gistr-package: R client for GitHub gists

Description

R client for GitHub gists.

Arguments

Details

gistr allows you to peform actions on gists, including listing, forking, starring, creating, deleting, updating, etc.

There are two ways to authorise gistr to work with your GitHub account:

  • Generate a personal access token (PAT) athttps://help.github.com/articles/creating-an-access-token-for-command-line-useand record it in theGITHUB_PATenvar.
  • Interactively login into your GitHub account and authorise with OAuth.

Using the GITHUB_PAT is recommended.