get.tree {github}R Documentation

get a tree

Description

get a tree

Usage

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

Arguments

owner

the repo owner

repo

the name of the repo

sha

the SHA of the tree

...

extra parameters. if recursive=1, then directories are traversed recursively

ctx

the github context object

Value

the tree contents


[Package github version 0.9.12 Index]