tmp fix for dplyr::copy_to
tmp_dplyr_copy_to.Rd
dplyr::copy_to is very slow to upload tables to BQ. This is function calls dplyr::copy_to except if option "useBigrqueryUpload" option is set to TRUE In that case it uses package bigrquery to upload the table
Usage
tmp_dplyr_copy_to(
dest,
df,
name = deparse(substitute(df)),
overwrite = FALSE,
...
)