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)
Character. Path to kaggle.json
Nothing.
if (FALSE) {
kgl_auth_file_setup("/Users/Kow/Downloads/kaggle.json")
}