简体   繁体   中英

How to import data from Google Cloud Platform (BigQuery/Cloud SQL) into R?

I know there is API for Python to import data from GCP BigQuery into Jupyter Notebook. I am looking for way to import data from GCP (whether Cloud SQL or BigQuery) into R directly. Appreciate your advice.

You might want to take a look into: "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" doc.

Also, as mentioned in the comments: it worth to take a look in to this github There are many related blog posts on reddit . too

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM