kgl_competitions_list | R Documentation |
List competitions
kgl_competitions_list(page = 1, search = NULL, clean_response = TRUE)
page |
Numeric. Page number. |
search |
Character. Search terms. |
clean_response |
Logical. Clean the response from the Kaggle API. If |
Based on clean_response
TRUE
: A tibble containing information on the given id
FALSE
: httr2 httr2_response 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_leaderboard_view()
,
kgl_competitions_list_submissions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.