diff --git a/bq_example.R b/bq_example.R index d7374b9..c3ae5e6 100644 --- a/bq_example.R +++ b/bq_example.R @@ -5,15 +5,7 @@ library(metagce) library(tidyverse) library(DBI) -# Push data to BQ --------------------------------------------------------- -enron = read_excel("andrea_ring_000_1_1.pst.0.xls") -enron2 = read_excel("andrea_ring_000_1_1.pst.0.xls", col_names=FALSE) - -bq_auth() - - -# review data names(enron2)