g_commit_create: Get GitHub downloads for a repo

View source: R/g_commit_create.r

g_commit_createR Documentation

Get GitHub downloads for a repo

Description

Get GitHub downloads for a repo

Usage

  g_commit_create(userorg = NULL, repo = NULL,
    message = NULL, tree = NULL, parents = NULL)

Arguments

userorg

User or organization GitHub name.

repo

Repository name.

message

String of the commit message.

tree

String of the SHA of the tree object this commit points to.

parents

Array of the SHAs of the commits that were the parents of this commit. If omitted or empty, the commit will be written as a root commit. For a single parent, an array of one SHA should be provided, for a merge commit, an array of more than one should be provided.

Value

stuff.

Examples

## Not run: 
github_auth()
options(useragent='ropensci')
g_commit(userorg = 'ropensci', repo='rgbif')

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.