leonardofed / r-google-analytics

Automatically exported from code.google.com/p/r-google-analytics
0 stars 0 forks source link

Getting Error while Creating a new Google Analytics API object #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
# Create a new Google Analytics API object
ga <- RGoogleAnalytics()
ga.profiles <- ga$GetProfileData(access_token)
2.
3.

What is the expected output? What do you see instead?
Variables will copied 
Instead, i am getting an error

> ga <- RGoogleAnalytics()
Error: could not find function "RGoogleAnalytics"
> ga.profiles <- ga$GetProfileData(access_token)
Error: object 'ga' not found 

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

Please provide any additional information below.
Also request you to please tell me whether we need to run the whole process of 
access token again when we open the R console next time. 

Original issue reported on code.google.com by kapooni...@gmail.com on 11 Jul 2013 at 1:33