View source: R/competitions-data.R
kgl_competitions_data_download | R Documentation |
Download competition data file(s)
kgl_competitions_data_download(
id,
file_name,
output_dir = ".",
clean_response = TRUE
)
id |
Character. Competition name. |
file_name |
Character. Competition name. |
output_dir |
Character. Directory to save the file. |
clean_response |
Logical. Download the data within the response from the Kaggle API. If |
An invisible httr2 httr2_response object.
Other Competitions:
kgl_competition_submit()
,
kgl_competitions_data_download_all()
,
kgl_competitions_data_list()
,
kgl_competitions_leaderboard_download()
,
kgl_competitions_leaderboard_view()
,
kgl_competitions_list_submissions()
,
kgl_competitions_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.