Stephen-McDaniel / r-google-analytics

This repository is an export of the final version from the retired Google Code system (code.google.com/p/r-google-analytics).
0 stars 0 forks source link

How to authorize??? #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
# Loading the RGoogleAnalytics library
require("RGoogleAnalytics") #RGoogleAnalytics 1.4. zip 

#source the functions
source("QueryBuilder.R")
source("RGoogleAnalytics.R")

# Step 1. Authorize your account and paste the accesstoken 
query <- QueryBuilder()
access_token <- query$authorize() 

What is the expected output? What do you see instead?

Dont know what the expected output is. What I get is a "attempt to apply 
non-function" error..

What version of the product are you using? On what operating system?

R3.1.0 in RStudio 0.98 on Windows 7 Professional

It would be useful to document the authorization process for those who use GA 
through the default dashboard and have no idea what to do.. = me

Original issue reported on code.google.com by hans.f...@gmail.com on 11 Jul 2014 at 10:28

Attachments: