gh_collab_uninvite: Uninvite a collaborator to a GitHub repo

Description Usage Arguments Value See Also

View source: R/gh_collab.R

Description

This only works if the individual's invite is pending.

Usage

1
gh_collab_uninvite(path, collaborator, ...)

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

collaborator

The collaborator for whom to call this function.

...

Additional parameters, see https://docs.github.com/en/rest

Value

NA; called for side effects to uninvite a collaborator to the specified GitHub repository.

See Also

Other Collaborations: gh_collab_check(), gh_collab_invite(), gh_collab_list(), gh_collab_pending(), gh_collab_remove()


ghee documentation built on March 11, 2021, 5:07 p.m.