is.repository.collaborator {github} | R Documentation |
test if a given user is a collaborator of a repo
is.repository.collaborator(owner, repo, user, ctx = get.github.context())
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 |
TRUE if user is a collaborator in the repo