Problem
Do you provide a library for Google BigQuery connection? Or is it possible to create an ODBC connection to bring data from Google's cloud to Revolution environment?
Solution
There is a R 'bigquery' package that you can install from Github.http://thinktostart.com/using-google-bigquery-with-r/ devtools::install_github("assertthat") devtools::install_github("bigrquery")
Here is information on it: