kgl_auth_file_setup: Setup API authorization file

View source: R/auth.R

kgl_auth_file_setupR Documentation

Setup API authorization file

Description

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.

Usage

kgl_auth_file_setup(path)

Arguments

path

Character. Path to kaggle.json

Value

Nothing.

Examples

## Not run: 
kgl_auth_file_setup("/Users/Kow/Downloads/kaggle.json")

## End(Not run)

KoderKow/kaggler documentation built on Aug. 26, 2023, 11:27 a.m.