gh_list_packages {githubinstall} | R Documentation |
Get Information of Packages on GitHub
Description
Get Information of Packages on GitHub
Usage
gh_list_packages(username = NULL)
Arguments
username |
a character vector as GitHub username. If you set |
Value
a data.frame that has author, package name and title.
Examples
## Not run:
gh_list_packages("hadley")
## End(Not run)
[Package githubinstall version 0.2.2 Index]