kgl_competitions_data_download_all: Download all competition data.

View source: R/competitions-data.R

kgl_competitions_data_download_allR Documentation

Download all competition data.

Description

Downloads all data from a competition.

Usage

kgl_competitions_data_download_all(id, output_dir = ".", clean_response = TRUE)

Arguments

id

Character. Competition name.

output_dir

Character. Directory to save the file.

clean_response

Logical. Download the data within the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.

Value

An invisible httr::GET() object.

See Also

Other Competitions: kgl_competition_submit(), kgl_competitions_data_download(), kgl_competitions_data_list(), kgl_competitions_leaderboard_download(), kgl_competitions_leaderboard_view(), kgl_competitions_list_submissions(), kgl_competitions_list()


KoderKow/kaggler documentation built on Aug. 26, 2023, 11:27 a.m.