Learn R Programming

ghee (version 0.1.0)

gh_collab_invite: Invite a collaborator to a GitHub repo

Description

Invite a collaborator to a GitHub repo

Usage

gh_collab_invite(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; used for side effects to invite a collaborator to the specified GitHub repository.

See Also

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