get_repo_info: Get Information about GitHub Repository

Description Usage Arguments Value

View source: R/github_api.R

Description

Filter the output of 'get_repos()' for a specific repository by name.

Usage

1
2
3
4
5
get_repo_info(
  github_user = "meerapatelmd",
  repo = basename(getwd()),
  as_list = FALSE
)

Arguments

github_user

GitHub username. Enterprise GitHub is not supported.

repo

Repository name as a string (case insensitive).

as_list

If TRUE, the repository information is returned as a list object instead of a single row tibble.

Value

A tibble or if 'as_list' is set to 'TRUE', a list object.


meerapatelmd/glitter documentation built on Sept. 9, 2021, 6:21 p.m.