Download competition data file(s)
kgl_competitions_data_download(
id,
file_name,
output_dir = ".",
clean_response = TRUE
)
Character. Competition name.
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 httr2 httr2_response object.