Description Usage Arguments Value See Also
List pending invitations for a repo
1 | gh_collab_pending(path, ...)
|
path |
GitHub repo path of the form "username/repo". If not provided, will default to current repo. |
... |
Additional parameters, see https://docs.github.com/en/rest |
A dataframe listing the usernames of pending invitees (or dataframe of length 0 if no pending invitees).
Other Collaborations:
gh_collab_check()
,
gh_collab_invite()
,
gh_collab_list()
,
gh_collab_remove()
,
gh_collab_uninvite()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.