View source: R/tar_git_snapshot.R
tar_git_snapshot_menu | R Documentation |
Check the project status and show an interactive menu
for tar_git_snapshot()
.
tar_git_snapshot_menu(
commit,
message,
code,
script,
store,
stash_gitignore,
reporter,
envir,
callr_function,
callr_arguments
)
commit |
Character of length 1, Git SHA1 hash of the code commit that will correspond to the data snapshot (if created). |
message |
Optional Git commit message of the data snapshot.
If |
code |
Character of length 1, directory path to the code repository,
usually the root of the |
script |
Character of length 1, path to the
target script file. Defaults to |
store |
Character of length 1, path to the data store of the pipeline.
If |
stash_gitignore |
Logical of length 1, whether to temporarily
stash the |
reporter |
Character of length 1, name of the reporter to user. Controls how messages are printed as targets are checked. Choices:
|
envir |
An environment, where to run the target R script
(default: The |
callr_function |
A function from |
callr_arguments |
A list of arguments to |
Integer of length 1: 2L
if the user agrees to snapshot,
1L
if the user declines.
# See the examples of tar_git_snapshot().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.