kgl_auth_file_setup | R Documentation |
This function aims to simplify the authorization setup process. Once the API key has been generated and the kaggle.json
file is saved, use the path of the downloaded file to have it correctly stored in the home directory. This function will only need to be ran once per API key that is generated.
kgl_auth_file_setup(path)
path |
Character. Path to |
Nothing.
## Not run:
kgl_auth_file_setup("/Users/Kow/Downloads/kaggle.json")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.