get_issues_thumbs: get table of issues ordered by number of thumbs up

View source: R/get_issues_thumbs.R

get_issues_thumbsR Documentation

get table of issues ordered by number of thumbs up

Description

get table of issues ordered by number of thumbs up

Usage

get_issues_thumbs(owner, repo, no_null = TRUE)

Arguments

owner

owner of the repo, string

repo

repo name, string

no_null

Boolean, whether to not return issues with no thumb up

Value

a tibble

Examples

get_issues_thumbs("tidyverse", "dplyr")

maelle/ghrecipes documentation built on May 20, 2022, 5:18 a.m.