R/competitions-leaderboard.R
    kgl_competitions_leaderboard_download.RdDownload the entire competition leaderboard into a zip file.
kgl_competitions_leaderboard_download(
  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.