Learn R Programming

googleAnalyticsR (version 0.1.0)

ga_auth: Authentication with Google Analytics

Description

Wraps gar_auth as a convenience.

Usage

ga_auth(new_user = FALSE, token = NULL)

Arguments

new_user
Set to TRUE to go through the auth flow again
token
If you have an existing token already pass it through.

Details

Use googleAuthR:gar_auth() if you need to authenticate with more than just the Google Analytics API. Sets default googleAuthR options, that you will probably want to change via options(googleAuthR.**).

See gar_auth setup details for more details.