gh_list_packages: Get Information of Packages on GitHub

Description Usage Arguments Value Examples

View source: R/gh_list_packages.R

Description

Get Information of Packages on GitHub

Usage

1
gh_list_packages(username = NULL)

Arguments

username

a character vector as GitHub username. If you set NULL (default), it returns all packages information.

Value

a data.frame that has author, package name and title.

Examples

1
2
3
4
## Not run: 
gh_list_packages("hadley")

## End(Not run)

githubinstall documentation built on May 2, 2019, 4:20 a.m.