gh_add_collaborator: Add GitHub Collaborator

Description Usage Arguments Value Examples

View source: R/gh_add_collaborator.R

Description

Add GitHub Collaborator

Usage

1
2
3
4
5
6
gh_add_collaborator(
  repo = "neuroconductor/ANTsR",
  username = "muschellij2",
  .token = NULL,
  ...
)

Arguments

repo

Repository Name, in the form of user/repo

username

Username to add as a collaborator

.token

Github personal authentication token (PAT)

...

additional arguments to gh

Value

Object of class gh_response

Examples

1
2
3
4
5
6
## Not run: 
gh_add_collaborator(
repo = "neuroconductor/ANTsR",
username = "muschellij2")

## End(Not run)

muschellij2/neuroc.deps documentation built on May 23, 2021, 12:21 a.m.