A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/httr/../githubr/readme/README.html below:

README

githubr

An easier to use GitHub API wrapper for R

This is really newly under development

How to install
if (!("remotes" %in% installed.packages())) {
  install.packages("remotes")
}
remotes::install_github("fhdsl/githubr")
Set up credentials

First, set up your GitHub credentials using usethis::gitcreds_set().

install.packages(c("usethis", "gitcreds"))

# Get a token
usethis::create_github_token()

# Give this token to gitcreds_set()
gitcreds::gitcreds_set()
What you can do (so far)

Now you can rock and roll with githubr.

Return a TRUE/FALSE if a repo exists:

exists <- check_git_repo("jhudsl/OTTR_Template")

if (exists) message("Yup, this repo exists")

Return a data frame of repos’ information for an organization or user

repos_df <- get_repos("fhdsl")

Return a data frame of issues’ information for a repo

issues_df <- get_issues("jhudsl/OTTR_Template")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4