Learn R Programming

adapr (version 1.0.1)

commit.project: Git commit of project.

Description

Git commit of project.

Usage

commit.project(project.id = get.project(), commit.message = "")

Arguments

project.id
project to graph
commit.message
message describing edits

Value

commit message

Details

Need git option active. Uses git2r package.

Examples

Run this code
## Not run: 
# commit.project("adaprHome","Did I change something?")
# ## End(Not run) 

Run the code above in your browser using DataLab