View source: R/check_gitlab_backup.R
check_gitlab_backup | R Documentation |
check_gitlab_backup
check_gitlab_backup(
group = "KWB-R",
github_token = Sys.getenv("GITHUB_TOKEN"),
gitlab_token = Sys.getenv("GITLAB_TOKEN")
)
group |
username or organisation for Github/Gitlab (default: "KWB-R") |
github_token |
github access token (default: Sys.getenv("GITHUB_TOKEN")) |
gitlab_token |
gitlab access token (default: Sys.getenv("GITLAB_TOKEN"))) |
data.frame containing all Github repositoriers that are mirrored in Gitlab (i.e. were at least syncronised within the last 2 hours)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.