competition_download_files {fastai} | R Documentation |
Competition download files
Description
Competition download files
Usage
competition_download_files(
competition,
path = NULL,
force = FALSE,
quiet = FALSE,
unzip = FALSE
)
Arguments
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 |
Value
None
[Package fastai version 2.2.2 Index]