modify.reference {github}R Documentation

edit a reference

Description

edit a reference

Usage

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

Arguments

owner

the repo owner

repo

the name of the repo

ref

the reference

content

the JSON object describing the reference. See http://developer.github.com/v3/git/refs/#update-a-reference for details.

ctx

the github context object

Value

the created reference


[Package github version 0.9.12 Index]