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
Original issue reported on code.google.com by
hans.f...@gmail.com
on 11 Jul 2014 at 10:28Attachments: