View source: R/kaggle_wrappers.R
competition_download_files | R Documentation |
Competition download files
competition_download_files(
competition,
path = NULL,
force = FALSE,
quiet = FALSE,
unzip = FALSE
)
competition |
the name of the competition |
path |
a path to download the file to |
force |
force the download if the file already exists (default FALSE) |
quiet |
suppress verbose output (default is TRUE) |
unzip |
unzip downloaded files |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.