competition_download_files: Competition download files

View source: R/kaggle_wrappers.R

competition_download_filesR 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


fastai documentation built on June 22, 2024, 11:15 a.m.