Learn R Programming

adapr (version 2.0.0)

commitProject: Git commit of project.

Description

Git commit of project.

Usage

commitProject(commit.message = "", project.id = getProject(),
  addAll = FALSE, checkSync = TRUE)

Arguments

commit.message

message describing edits

project.id

project to commit

addAll

logical for adding every R script and support file to commit

checkSync

logical for checking sync status

Value

commit message

Details

Need git option active. Uses git2r package. addAll = TRUE will increase compute time.

Examples

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

Run the code above in your browser using DataLab