Mike Gahan

Results 5 comments of Mike Gahan

Anyone try this lately? I have tried it a couple of times tonight and I have not been running into the limit. I wonder if this has been magically fixed!!

I am finding that I get limited out if I pull today or yesterday’s client IDs. But if I pull 2 or more days in the past, it seems to...

I think the instance groups with the instance templates help to cut down on the overhead a decent amount: ``` # Bring in library library(googleComputeEngineR) library(data.table) library(future) # Name instance...

My main goal is to avoid making copies of any data if at all possible (since the data is very big and any copies are pretty wasteful). Do you know...

Thanks everyone! This has been very educational. Appreciate all the hard work!