kaggle_competitions_leaderboard | R Documentation |
If both download and show are 'TRUE', then quiet will be 'TRUE' as well.
kaggle_competitions_leaderboard(
competition,
show = TRUE,
download = FALSE,
path = NULL,
quiet = FALSE
)
competition |
Competition URL suffix (use 'kaggle_competitions_list()' to show options) |
show |
Show the top of the leaderboard |
download |
Download entire leaderboard |
path |
Folder where file(s) will be downloaded, defaults to current working directory |
quiet |
Suppress printing information about the upload/download progress |
kaggle_competitions_leaderboard(competition = "favorita-grocery-sales-forecasting")
## Not run:
kaggle_competitions_leaderboard(competition = "favorita-grocery-sales-forecasting",
download = TRUE)
kaggle_competitions_leaderboard(competition = "favorita-grocery-sales-forecasting",
download = TRUE, path = "./path")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.