kgl_competitions_list_submissions: List competition submissions

View source: R/competition-submissions.R

kgl_competitions_list_submissionsR Documentation

List competition submissions

Description

List competition submissions

Usage

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

See Also

Other Competitions: kgl_competition_submit(), kgl_competitions_data_download_all(), kgl_competitions_data_download(), kgl_competitions_data_list(), kgl_competitions_leaderboard_download(), kgl_competitions_leaderboard_view(), kgl_competitions_list()

Examples

## Not run: 
kgl_competitions_list_submissions("titanic")

## End(Not run)

KoderKow/kaggler documentation built on Aug. 26, 2023, 11:27 a.m.