List competitions
kgl_competitions_list(page = 1, search = NULL, clean_response = TRUE)
Numeric. Page number.
Character. Search terms.
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