org_perm | R Documentation |
org_sitrep()
- Provides a situation report on a GitHub organization.
org_set_repo_permission()
- Change the default permission level for org repositories.
org_sitrep(org)
org_set_repo_permission(org, permission = c("none", "read", "write", "admin"))
org |
Character. Name of the GitHub organization(s). |
permission |
Default permission level members have for organization repositories:
|
org_sitep()
invisibly returns the org
argument.
org_set_repo_permission()
invisibly return a the result of the relevant GitHub API call.
## Not run:
org_sitrep("ghclass-test")
org_set_repo_permission("ghclass-test", "read")
org_sitrep("ghclass-test")
# Cleanup
org_set_repo_permission("ghclass-test", "none")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.