Description Usage Arguments Examples
Search for repo on github
1 | ghSearchRepo(repo, user = NULL, language = "R", only.fullname = TRUE)
|
repo |
Character. Name of repo |
user |
character. If you want to only search for repositories for a specific user. |
language |
character. If you want to specify a programming language for the repository. |
only.fullname |
Logical. Should only the full name in the form "user/repo" of the results be returned? If TRUE then only the full_name is returned, if FALSE then the entire JSON is returned as a list. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Requires internet connection
ghSearchRepo("pacman")
ghSearchRepo("Dmisc")
ghSearchRepo("ggplot2")
# Get a list of packages by "Dasonk"
ghSearchRepo("", user = "Dasonk")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.