GetAuthToken: Fetch the authorization token using your Google account.

Description Usage Arguments Value Author(s) References

View source: R/GetAuthToken.R

Description

Fetch the authorization token using your Google account.

Usage

1
GetAuthToken(email, passwd, file = "auth_token.txt", save = FALSE)

Arguments

email

string; your gmail email

passwd

string; your gmail password

file

string; the name of the file where the full analysis will be saved

save

logical; TRUE if you want to save the token in a text file

Value

a list containing the following fields:

SID
LSID
Auth

authorization token from your Google Account; you need this to use the Prediction API

Author(s)

Paolo Sonego <paolo.sonego@gmail.com>

References

http://code.google.com/apis/predict/


onertipaday/predictionapirwrapper documentation built on May 24, 2019, 2:23 p.m.