kaggle_competitions_leaderboard: Get Competition Leaderboard

View source: R/Competitions.R

kaggle_competitions_leaderboardR Documentation

Get Competition Leaderboard

Description

If both download and show are 'TRUE', then quiet will be 'TRUE' as well.

Usage

kaggle_competitions_leaderboard(
  competition,
  show = TRUE,
  download = FALSE,
  path = NULL,
  quiet = FALSE
)

Arguments

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

Examples

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)



JenspederM/KaggleR documentation built on June 30, 2024, 5:21 p.m.