create.reference {github} | R Documentation |
create a reference
create.reference(owner, repo, content, ctx = get.github.context())
owner |
the repo owner |
repo |
the name of the repo |
content |
the JSON object describing the reference. See http://developer.github.com/v3/git/refs/#create-a-reference for details. |
ctx |
the github context object |
the created reference