kaggle_competitions_list | R Documentation |
List Competitions
kaggle_competitions_list(
group = c("general", "entered", "inClass"),
category = c("all", "featured", "research", "recruitment", "gettingStarted",
"masters", "playground"),
sort_by = c("latestDeadline", "grouped", "prize", "earliestDeadline",
"numberOfTeams", "recentlyCreated"),
search = NULL
)
group |
Search for competitions in a specific group. Default is 'general'. Valid options are 'general', 'entered', and 'inClass' |
category |
Search for competitions of a specific category. Default is 'all'. Valid options are 'all', 'featured', 'research', 'recruitment', 'gettingStarted', 'masters', and 'playground' |
sort_by |
Sort list results. Default is 'latestDeadline'. Valid options are 'grouped', 'prize', 'earliestDeadline', 'latestDeadline', 'numberOfTeams', and 'recentlyCreated' |
search |
Term(s) to search for |
'data.frame'
kaggle_competitions_list(category = "gettingStarted")
kaggle_competitions_list(search = "health")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.