get_collaborators: Get collaborators of a repository

View source: R/get_collaborators.R

get_collaboratorsR Documentation

Get collaborators of a repository

Description

Get collaborators of a repository

Usage

get_collaborators(owner, repo)

Arguments

owner

owner of the repo, string

repo

repo name, string

Value

a data.frame of collaborators name, login and rights

Examples

## Not run: 
get_collaborators("ropensci", "ropenaq")

## End(Not run)

maelle/ghrecipes documentation built on May 20, 2022, 5:18 a.m.