Nothing
git_stats <- create_gitstats() |>
set_github_host(
orgs = c("r-world-devs", "maciekbanas", "openpharma", "pharmaverse", "insightsengineering")
)
get_orgs(git_stats)
git_stats <- create_gitstats() |>
set_github_host(
orgs = c("r-world-devs"),
repos = "openpharma/DataFakeR"
)
get_orgs(git_stats)
git_stats <- create_gitstats() |>
set_github_host(
orgs = c("r-world-devs"),
repos = c("openpharma/DataFakeR", "maciekbanas/gitlabr")
)
get_orgs(git_stats)
git_stats
gitlab_stats <- create_gitstats() |>
set_gitlab_host(
orgs = "mbtests"
)
get_orgs(gitlab_stats)
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.