如何将数据从Google Cloud Platform (BigQuery/Cloud SQL)导入R?
How to import data from Google Cloud Platform (BigQuery/Cloud SQL) into R?
我知道 API Python 可以将数据从 GCP BigQuery 导入 Jupyter Notebook。我正在寻找将数据从 GCP(无论是 Cloud SQL 还是 BigQuery)直接导入 R 的方法。感谢您的建议。
您可能想查看:"Use R with BigQuery". That page describes how to load data from BigQuery into an R data frame, using the bigrquery R package
. Also to this "bigrquery" 文档。
此外,如评论中所述:值得一看 github There are many related blog posts on reddit。太
我知道 API Python 可以将数据从 GCP BigQuery 导入 Jupyter Notebook。我正在寻找将数据从 GCP(无论是 Cloud SQL 还是 BigQuery)直接导入 R 的方法。感谢您的建议。
您可能想查看:"Use R with BigQuery". That page describes how to load data from BigQuery into an R data frame, using the bigrquery R package
. Also to this "bigrquery" 文档。
此外,如评论中所述:值得一看 github There are many related blog posts on reddit。太