Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Authenticate with Google language API services

Source:R/auth.R
gl_auth.Rd

Authenticate with Google language API services

Usage

gl_auth(json_file)gl_auto_auth(...)

Arguments

json_file

Authentication json file you have downloaded from your Google Project

...

additional argument topass togar_attach_auto_auth.

Details

The best way to authenticate is to use an environment argument pointing at your authentication file.

Set the file location of your download Google Project JSON file in aGL_AUTH argument

Then, when you load the library you should auto-authenticate

However, you can authenticate directly using this function pointing at your JSON auth file.

Examples

if(FALSE){# \dontrun{library(googleLanguageR)gl_auth("location_of_json_file.json")}# }if(FALSE){# \dontrun{library(googleLanguageR)gl_auto_auth()gl_auto_auth(environment_var="GAR_AUTH_FILE")}# }

[8]ページ先頭

©2009-2025 Movatter.jp