R/competitions-leaderboard.R
kgl_competitions_leaderboard_view.RdView the top 50 positions in a competition's leaderboard.
kgl_competitions_leaderboard_view(id, clean_response = TRUE)Character. Competition name.
Logical. Clean the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.
Based on clean_response: A tibble containing information on the given id or a httr::GET() object.