Learn R Programming

github (version 0.9.8)

get.repository.archive: Get the archive of a repo

Description

Get the archive of a repo

Usage

get.repository.archive(owner, repo, format, ref, ctx = get.github.context())

Arguments

owner

the repo owner (user, org, etc)

repo

the name of the repo

format

"tarball" or "zipball"

ref

the git reference (usually "master")

ctx

the github context object

Value

the archive