if (FALSE) {
my_gitstats <- create_gitstats() |>
set_github_host(
orgs = c("r-world-devs", "openpharma"),
token = Sys.getenv("GITHUB_PAT")
) |>
set_gitlab_host(
orgs = "mbtests",
token = Sys.getenv("GITLAB_PAT_PUBLIC")
)
get_orgs(my_gitstats)
}
Run the code above in your browser using DataLab