commit {rdataretriever} | R Documentation |
Commit a dataset
Description
Commit a dataset
Usage
commit(dataset, commit_message = "", path = NULL, quiet = FALSE)
Arguments
dataset |
name of the dataset |
commit_message |
commit message for the commit |
path |
path to save the committed dataset, if no path given save in provenance directory |
quiet |
logical, if true retriever runs in quiet mode |
Value
No return value, provides confirmation for commit
Examples
## Not run:
rdataretriever::commit("iris")
## End(Not run)
[Package rdataretriever version 3.1.1 Index]