Usage
legacy_kaggle(token = NULL, name = "kaggle", ...)
board_register_kaggle(name = "kaggle", token = NULL, cache = NULL, ...)Arguments
- token
The Kaggle token as a path to the
kaggle.jsonfile, can beNULLif the~/.kaggle/kaggle.jsonfile already exists.- name
An optional name used identify the board. This is no longer generally needed since you should be passing around an explicit board object.
- ...
Additional parameters required to initialize a particular board.
- cache
Cache path. Every board requires a local cache to avoid downloading files multiple times. The default stores in a standard cache location for your operating system, but you can override if needed.
Details
These functions are no longer supported because of changes to the Kaggle API and will be removed in a future version of pins. We recommend that you use the Kaggle CLI instead.
To use a Kaggle board, you need to first download a token file from your account.
