kaggle_competitions_download_files | R Documentation |
Note: you will need to accept competition rules at https://www.kaggle.com/c/<competition-name>/rules.
kaggle_competitions_download_files(
competition,
file_name = NULL,
path = NULL,
force = FALSE,
quiet = FALSE
)
competition |
Competition URL suffix (use 'kaggle_competitions_list()' to show options) |
file_name |
File name, all files downloaded if not provided |
path |
Folder where file(s) will be downloaded, defaults to current working directory |
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_competitions_download_files(competition = "favorita-grocery-sales-forecasting")
kaggle_competitions_download_files(competition = "favorita-grocery-sales-forecasting",
file_name = "test.csv.7z")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.