Tatvic / RGoogleAnalytics

R Library to easily extract data from the Google Analytics API into R
227 stars 147 forks source link

Dimensions param is not nullable in Init #36

Closed ashleylester closed 3 years ago

ashleylester commented 7 years ago

The Init function does not work when it is passed a parameter dimensions=NULL, and it does not work when dimensions are unspecified (i.e. the default argument is used). However on page 5 of the CRAN documentation it states dimensions are optional in the Init function.

The call fails with Error in if (!grepl("ga: (...) argument is of length zero

dikesh commented 7 years ago

Can you show what you are passing to Init function?