kaggle_datasets_download | R Documentation |
Please note that BigQuery datasets cannot be downloaded.
kaggle_datasets_download(
dataset,
file_name = NULL,
path = NULL,
unzip = FALSE,
force = FALSE,
quiet = FALSE
)
dataset |
Dataset URL suffix in format <owner>/<dataset-name> (use "kaggle_datasets_list()" to show options) |
file_name |
File name, all files downloaded if not provided (use kaggle_datasets_files(dataset = "<owner>/<dataset-name>") to show options) |
path |
Folder where file(s) will be downloaded, defaults to current working directory |
unzip |
Unzip the downloaded file. Will delete the zip file when completed. |
force |
Skip check whether local version of file is up to date, force file download |
quiet |
Suppress printing information about the upload/download progress |
## Not run:
kaggle_datasets_download("zillow/zecon")
kaggle_datasets_download("zillow/zecon", file_name = "State_time_series.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.