get.issues.github: Issues in GitHub

View source: R/scraping-github.R

get.issues.githubR Documentation

Issues in GitHub

Description

Collect issues from GitHub with a query

Usage

get.issues.github(
  repo,
  query = "",
  user = NULL,
  password = "",
  authtype = "token",
  url = "https://api.github.com/repos",
  startPage = 1L,
  perPage = 100L
)

Arguments

repo

A character string indicating a repository such as "hadley/devtools"

query

A character string for a query

user

A string for user

password

A string for password or personal access token

authtype

A string for authentication. The default is token (personal access toke).

url

An URL for GitHub

startPage

An integer to identify the start page

perPage

An integer to the number of issues for a page


okamumu/Rsrat documentation built on Feb. 10, 2024, 11:07 p.m.