Learn R Programming

adapr (version 1.0.2)

commit.project: Git commit of project.

Description

Git commit of project.

Usage

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

Arguments

commit.message

message describing edits

project.id

project to commit

Value

commit message

Details

Need git option active. Uses git2r package.

Examples

Run this code
# NOT RUN {
commit.project("adaprHome","Did I change something?")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab