View source: R/add_commit_some.R
Add and Commit Some Files
1 2 3 4 5 6 7 | add_commit_some(
filenames,
commit_message = NULL,
description = NULL,
verbose = TRUE,
path_to_local_repo = NULL
)
|
filenames |
names of files in the local repository path to be committed |
commit_message |
defaults to NULL, where the commit_message is a "change to filename in path to present R script" |
path_to_local_repo |
full path to local repository to be pushed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.