List competition data files

kgl_competitions_data_list(id, clean_response = TRUE)

Arguments

id

Character. Competition name.

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