Description Usage Arguments Details Value Examples
Git commit of project.
1 2 | commitProject(commit.message = "", project.id = getProject(),
addAll = FALSE, checkSync = TRUE)
|
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 |
Need git option active. Uses git2r package. addAll = TRUE will increase compute time.
commit message
1 2 3 4 | ## Not run:
commitProject("adaprHome","Did I change something?")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.