list_repos: List repositories of a organization or a user

Description Usage Arguments Value

View source: R/get.R

Description

List repositories of a organization or a user

Usage

1
2
list_repos(org, user, fields = c("id", "full_name", "private",
  "html_url", "language", "size", "fork"))

Arguments

org, user

Character scalar. Name of the organization or user from which to pull the information.

fields

List of fields to return. An available list of return parameters is available here: https://developer.github.com/v3/repos/#response

Value

An object of class data frame.


USCbiostats/imagebot documentation built on May 23, 2019, 1:59 a.m.