Skip to contents

Create and set

create_gitstats()
Create a GitStats object
set_github_host()
Set GitHub host
set_gitlab_host()
Set GitLab host
is_verbose()
Is verbose mode switched on
verbose_off()
Switch off verbose mode
verbose_on()
Switch on verbose mode
show_orgs()
Show organizations set in GitStats
get_storage()
Get data from GitStats storage

Get git data

Functions to get git data in a tibble format.

get_orgs()
Get data on organizations
get_repos()
Get data on repositories
get_repos_urls()
Get repository URLS
get_repos_with_R_packages()
Get data on package usage across repositories
get_commits()
Get data on commits
get_issues()
Get data on issues
get_release_logs()
Get release logs
get_files()
Get files
get_users()
Get users data

Get statistics

Functions summarizing git data.

get_commits_stats()
Get commits statistics
get_issues_stats()
Get issues statistics