competition_download_files {fastai} | 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