List competitions

kgl_competitions_list(page = 1, search = NULL, clean_response = TRUE)

Arguments

page

Numeric. Page number.

search

Character. Search terms.

clean_response

Logical. Clean the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.

Value

Based on clean_response

  • TRUE: A tibble containing information on the given id

  • FALSE: httr2 httr2_response object