Description
Commit a dataset
Usage
commit(dataset, commit_message = "", path = NULL, quiet = FALSE)
Value
No return value, provides confirmation for commit
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
Examples
Run this codeif (FALSE) {
rdataretriever::commit("iris")
}
Run the code above in your browser using DataLab