Learn R Programming

github (version 0.9.8)

modify.repository: modify repository

Description

modify repository

Usage

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

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

content

the changes to be made, see http://developer.github.com/v3/repos/#edit

ctx

the github context object

Value

the changed repository