Downloads all data from a competition.
kgl_competitions_data_download_all(id, output_dir = ".", clean_response = TRUE)Character. Competition name.
Character. Directory to save the file.
Logical. Download the data within the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.
An invisible httr::GET() object.