View the top 50 positions in a competition's leaderboard.

kgl_competitions_leaderboard_view(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: A tibble containing information on the given id or a httr::GET() object.