powered by
Wrapper with explicit parameters over board_register() to register Kaggle as a board.
board_register()
board_register_kaggle(name = "kaggle", token = NULL, overwrite = FALSE, cache = "~/.pins")
Optional name for this board, defaults to 'kaggle'.
The Kaggle token as a path to the kaggle.json file, can be NULL if the ~/.kaggle/kaggle.json file already exists.
kaggle.json
NULL
~/.kaggle/kaggle.json
Should ~/.kaggle/kaggle.json be overriden?
The local folder to use as a cache, defaults to "~/.pins".
"~/.pins"
board_register
# NOT RUN { # the following example requires a Kaggle API token board_register_kaggle(token = "path/to/kaggle.json") # } # NOT RUN { # }
Run the code above in your browser using DataLab