View source: R/competitions-leaderboard.R
| kgl_competitions_leaderboard_view | R Documentation |
View the top 50 positions in a competition's leaderboard.
kgl_competitions_leaderboard_view(id, clean_response = TRUE)
id |
Character. Competition name. |
clean_response |
Logical. Clean the response from the Kaggle API. If |
Based on clean_response: A tibble containing information on the given id or a httr::GET() object.
Other Competitions:
kgl_competition_submit(),
kgl_competitions_data_download_all(),
kgl_competitions_data_download(),
kgl_competitions_data_list(),
kgl_competitions_leaderboard_download(),
kgl_competitions_list_submissions(),
kgl_competitions_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.