Nothing
git_stats <- create_gitstats() |>
set_gitlab_host(
host = "code.roche.com",
orgs = c("banasm", "waisk"),
token = Sys.getenv("GITLAB_PAT")
)
get_repos(git_stats, add_contributors = FALSE)
get_repos_urls(git_stats)
git_stats <- create_gitstats() |>
set_gitlab_host(
host = "code.roche.com",
orgs = "RWDInsightsEngineering",
token = Sys.getenv("GITLAB_PAT")
)
get_repos(git_stats, add_contributors = FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.