问题描述
我打算使用 Google BigQuery(请随意推荐非 Amazon 非 Azure 服务,包括 Google 提供的服务)来执行以下操作-a) 使用 R 专门用于数据挖掘、仪表板和文本挖掘进行分析.
I plan to use Google BigQuery (please feel free to suggest non Amazon non Azure services including by Google ) to do the following-a) Analyze using R specifically for data mining, dashboards and text mining.
R 和 Google 平台都是固定的.
Both R and Google platforms are a fixed given.
我的问题是如何以及在哪里可以找到如何将 R 与 Google Big Query 结合使用.我阅读了 RCurl 文档,但有点困惑.您是否有可以使用 R 和 Google BigQuery 完成的简单任务的单一用例.
My question is how and where do I find how to use R with Google Big Query. I read the RCurl documentation but got a bit flummoxed. Do you have a single use case for simple tasks that can be done with R and Google BigQuery.
推荐答案
R 有一个新的 BigQuery 客户端:https://github.com/hadley/bigrquery.
R has a new BigQuery client: https://github.com/hadley/bigrquery.
(之前的答案google-bigquery-r-client"不再存在)
(previous answer "google-bigquery-r-client" doesn't exist anymore)
这篇关于使用 BigQuery 和 R 分析数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!