get_orgs | R Documentation |
Pulls data on all organizations from a Git host and parses it into table format.
get_orgs(gitstats, cache = TRUE, verbose = is_verbose(gitstats))
gitstats |
A GitStats object. |
cache |
A logical, if set to |
verbose |
A logical, |
A data.frame.
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.