Closed muschellij2 closed 2 years ago
Thanks for finding this! Although I usually do this:
out <- gar_api_page(lb,
page_f = function(x) attr(x, "nextPageToken"),
page_method = "param",
page_arg = "pageToken")
out <- Reduce(rbind, out)
I'll commit that and close this pull request, but it should solve the issue consistent with how its handled normally.
Found that nrow didn't work because it came out as a list.