Learn R Programming

rdataretriever (version 3.1.1)

commit: Commit a dataset

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 code
if (FALSE) {
rdataretriever::commit("iris")
}

Run the code above in your browser using DataLab