View source: R/wrangling_repo.R
| get_all_repos | R Documentation |
Returns a list of repos.
get_all_repos(owner, public = TRUE, private = TRUE, verbose = TRUE)
owner |
A character string specifying the GitHub owner (only taken
into account if |
public |
Boolean. Should we include public repos?
(Default |
private |
Boolean. Should we include private repos?
(Default |
verbose |
A logical value indicating whether to print additional
information. Default is |
A string with the list of repo of a user or an organisation.
## Not run:
get_all_repos("rjdverse")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.