dataframe_to_bq: Bigquery upload function

dataframe_to_bqR Documentation

Bigquery upload function

Description

uploads a data.frame to a bigquery table

Usage

dataframe_to_bq(
  dataframe,
  destination,
  if_exists = "fail",
  description = "",
  quiet = FALSE
)

Arguments

dataframe

the dataframe containing the data to be uploaded

destination

the dentination dataset and table as 'dataset.table'

if_exists

use 'replace' to overwrite an existing table, 'fail' to abort.

description

add a short description to the table in BQ

Value

data.dataframe if format is 'dataframe'

list if format is 'list'


transparentlyai/tlyrfunctions documentation built on May 6, 2022, 7:50 a.m.