List competition submissions

kgl_competitions_list_submissions(id, page = 1, clean_response = TRUE)

Arguments

id

Character. Competition name.

page

Numeric. Page number.

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

Examples

if (FALSE) {
kgl_competitions_list_submissions("titanic")
}