skardhamar / rga

R Google Analytics
186 stars 89 forks source link

Stupid Question #2: Error: Attempt to apply non-function #10

Closed Btibert3 closed 11 years ago

Btibert3 commented 11 years ago

After successfully authenticating confirming the the instance returns no errors in a new session, the basic query in the README file returns the error Error: attempt to apply non-function. I used the query as-is with the exception that I changed the ids value to be ga:xxxxxx where xxxxx is my account value.

I am sure this is something that I am doing wrong, but any idea what I am missing? I am on a Windows 7 machine using R 2.15

WillemPaling commented 11 years ago

ids is just the number xxxxxx rather than ga:xxxxxx

Btibert3 commented 11 years ago

Thanks! I knew it was something obvious.