inst/get_storage_workflow.R

devtools::load_all(".")

git_stats <- create_gitstats() %>%
  set_github_host(
    orgs = c("r-world-devs", "openpharma"),
    token = Sys.getenv("GITHUB_PAT")
  )

release_logs <- get_release_logs(
  gitstats = git_stats,
  since = "2024-01-01"
)

repos_urls <- get_repos_urls(
  gitstats = git_stats,
  with_code = "shiny"
)

files_structure <- get_files_structure(
  gitstats = git_stats,
  pattern = "\\.md",
  depth = 1L
)

git_stats

get_storage(git_stats)

get_storage(git_stats, "commits")
get_storage(git_stats, "repos_urls")
get_storage(git_stats, "release_logs")
get_storage(git_stats, "files_structure")

Try the GitStats package in your browser

Any scripts or data that you put into this service are public.

GitStats documentation built on June 8, 2025, 12:29 p.m.