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 pulling git data in a tibble format.

get_repos()
Get data on repositories
get_repos_urls()
Get repository URLS
get_commits()
Get data on commits
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_R_package_usage()
Get data on package usage across repositories