Learn R Programming

github (version 0.9.8)

is.assignee: Test if user is assignee in a repo

Description

Test if user is assignee in a repo

Usage

is.assignee(owner, repo, assignee, ctx = get.github.context())

Arguments

owner

the repo owner

repo

the repo name

assignee

the user to check

ctx

the github context object

Value

TRUE if user is assignee