Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch indexing sometimes misses #191

Open
MarkEdmondson1234 opened this issue Aug 5, 2020 · 0 comments
Open

Batch indexing sometimes misses #191

MarkEdmondson1234 opened this issue Aug 5, 2020 · 0 comments

Comments

@MarkEdmondson1234
Copy link
Owner

What goes wrong

MarkEdmondson1234/searchConsoleR#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant