MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

Batch indexing sometimes misses #191

Open MarkEdmondson1234 opened 4 years ago

MarkEdmondson1234 commented 4 years ago

What goes wrong

https://github.com/MarkEdmondson1234/searchConsoleR/issues/62

Steps to reproduce the problem

search_analytics(`my domain`,
                 "2020-07-29", 
                 Sys.Date()-4, 
                 dimensions =  c(
                     "date",
                     "country",  
                     "query"
                 ),
                  walk_data = "byDate"
)

Expected output

Data.

Actual output

Error in x[[1]] : subscript out of bounds Calls: sourceWithProgress ... search_analytics -> gar_batch_walk -> Reduce -> lapply -> FUN

https://github.com/MarkEdmondson1234/googleAuthR/tree/batch_indexing