Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 204742

Exporting R data.frame/tbl to Google BigQuery table

$
0
0

I know it's possible to import Google BigQuery tables to R through bigrquery library. But is it possible to export tables/data frames created in R to Google BigQuery as new tables?

Basically, is there an R equivalent of Python's temptable.insert_data(df) or df.to_sql() ?

thanks for your help, Kasia


Viewing all articles
Browse latest Browse all 204742

Trending Articles