get.repository.forks {github}R Documentation

list forks

Description

list forks

Usage

get.repository.forks(owner, repo, ..., ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

...

extra parameters. See http://developer.github.com/v3/repos/forks/#list-forks for details.

ctx

the github context object

Value

the list of forks


[Package github version 0.9.12 Index]