How do we import large datasets from Google BigQuery to R ?
I tried using the BigQuery package and tried importing. I am able to succeed in importing smaller datasets but not the huge ones
sql <- "SELECT * FROM Table name"
todo_copies <- query_exec(sql, project = 'data-warehouse', dataset = 'name', useLegacySql = FALSE)
bytes processed Error: Requested Resource Too Large to Return [responseTooLarge]