R/competition-submissions.R
kgl_competitions_list_submissions.RdList competition submissions
kgl_competitions_list_submissions(id, page = 1, clean_response = TRUE)Character. Competition name.
Numeric. Page number.
Logical. Clean the response from the Kaggle API. If FALSE, this will return the object from the httr2::req_perform() call.
Based on clean_response
TRUE: A tibble containing information on the given id
FALSE: httr2 httr2_response object
if (FALSE) {
kgl_competitions_list_submissions("titanic")
}