gl_auth: Authenticate with Google Language API services
Description
Authenticate with Google Language API services
Usage
gl_auth(json_file)
gl_auto_auth(...)
Arguments
json_file
Character. Path to the JSON authentication file downloaded from your Google Cloud project.
...
Additional arguments passed to gar_attach_auto_auth.
Details
This function authenticates with Google Cloud's language APIs. By default, it uses the JSON file specified
in json_file. Alternatively, you can set the file path in the environment variable GL_AUTH to
auto-authenticate when loading the package.