powered by
repo_n_commits returns a tibble of repositories and the number of commits in a given branch.
repo_n_commits
repo_n_commits(repo, branch = "master", quiet = FALSE)
Character. Address of repository in owner/name format.
owner/name
Character. Branch to list commits from.
Logical. Should an error message be printed if a repo does not exist.
# NOT RUN { repo_n_commits("rundel/ghclass") # } # NOT RUN { # }
Run the code above in your browser using DataLab