commitProject: Git commit of project.

Description Usage Arguments Details Value Examples

Description

Git commit of project.

Usage

1
2
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

Details

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

Value

commit message

Examples

1
2
3
4
## Not run: 
commitProject("adaprHome","Did I change something?")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.