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