I'm working with CSV files in an R notebook. To upload the data I'm using a bash
chunk and bq
command. I'd like to be able to do it in an R chunk.
I use bigrquery
and dbplyr
for my BigQuery work in R. But bigrquery
and DBI
don't seem to have methods to allow a disk file to pass through to BigQuery without first creating a dataframe.
Is there a way to do this other than a bash
chunk or system
command?