gh_collab_remove: Remove a collaborator from a repository

Description Usage Arguments Value See Also

View source: R/gh_collab.R

Description

This will remove a collaborator from a repository and confirm the individual is no longer a member.

Usage

1
gh_collab_remove(path, collaborator, ..., messages = TRUE)

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

messages

Logical: Should a message indicating the status of the function be printed? TRUE by default.

Value

NA; called for its side effects.

See Also

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


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