run_git_command | R Documentation |
Run a git command in a dataset repository
run_git_command(repo, command, return_output = FALSE)
repo |
dataset name: 'all_basiclevel', 'reliability', etc. |
command |
what you would have after |
return_output |
boolean, whether to return the printed output of the command as string |
string with output if return_output is TRUE, else NULL
## Not run:
run_git_command('all_basiclevel', 'status')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.