Learn R Programming

github (version 0.9.8)

create.tree: get a tree

Description

get a tree

Usage

create.tree(owner, repo, content, ctx = get.github.context())

Arguments

owner

the repo owner

repo

the name of the repo

content

the JSON object describing the tree. See http://developer.github.com/v3/git/trees/#create-a-tree for details.

ctx

the github context object

Value

the tree contents