competitions_list {fastai} | R Documentation |
Competitions list
Description
Competitions list
Usage
competitions_list(
group = NULL,
category = NULL,
sort_by = NULL,
page = 1,
search = NULL
)
Arguments
group |
group to filter result to |
category |
category to filter result to |
sort_by |
how to sort the result, see valid_competition_sort_by for options |
page |
the page to return (default is 1) |
search |
a search term to use (default is empty string) |
Value
list of competitions
[Package fastai version 2.2.2 Index]