Description Usage Arguments Value Author(s) Examples
git add to stage the file
1 2 |
gitdir |
string with git directory |
filename |
string of file to query |
branch |
git branch |
git_args |
string argument for git |
git_binary |
location of git executable |
git output from git add
Uses git2r package.
1 2 3 4 5 6 | ## Not run:
si <- pullSourceInfo("adaprHome")
file0 <- file.path(si$project.path,project.directory.tree$analysis,"read_data.R")
gitAdd(si$project.path,file0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.