get_description: Get description of the package repo

View source: R/get_description.R

get_descriptionR Documentation

Get description of the package repo

Description

Get description of the package repo

Usage

get_description(owner, repo, branch = "master")

Arguments

owner

owner of the repo, string

repo

repo name, string

branch

master by default

Details

https://platform.github.community/t/query-repo-contents-with-graphql-api/1896

Value

a tibble of basic information from the DESCRIPTION

Examples

library("magrittr")
get_description(owner = "ropensci", repo = "ropenaq")

ropenscilabs/ghrecipes documentation built on May 17, 2022, 2:08 p.m.