kaggle_datasets_create | R Documentation |
Create a new dataset
kaggle_datasets_create(
folder,
dir_mode = c("skip", "zip", "tar"),
public = FALSE,
keep_tabular = FALSE,
quiet = FALSE
)
folder |
Folder for upload, containing data files and a special dataset-metadata.json file (https://github.com/Kaggle/kaggle-api/wiki/Dataset-Metadata). |
dir_mode |
What to do with directories (default is "skip"): "skip" - ignore; "zip" - compressed upload; "tar" - uncompressed upload |
public |
Create publicly (default is private) |
keep_tabular |
Do not convert tabular files to CSV (default is to convert) |
quiet |
Suppress printing information about the upload/download progress |
## Not run:
kaggle_datasets_create(folder = "./path/to/dataset")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.