Learn R Programming

github (version 0.9.8)

is.repository.collaborator: test if a given user is a collaborator of a repo

Description

test if a given user is a collaborator of a repo

Usage

is.repository.collaborator(owner, repo, user, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

user

the name of the user to test

ctx

the github context object

Value

TRUE if user is a collaborator in the repo