R/wrangling_repo.R
get_all_repos.RdReturns a list of repos.
get_all_repos(owner, public = TRUE, private = TRUE, verbose = TRUE)A character string specifying the GitHub owner (only taken
into account if source is set to "online").
Defaults to the package option IssueTrackeR.owner.
Boolean. Should we include public repos?
(Default TRUE)
Boolean. Should we include private repos?
(Default TRUE)
A logical value indicating whether to print additional
information. Default is TRUE.
A string with the list of repo of a user or an organisation.
if (FALSE) { # \dontrun{
get_all_repos("rjdverse")
} # }