bqInsertData: Inserts data into BigQuery table

View source: R/bigquery.R

bqInsertDataR Documentation

Inserts data into BigQuery table

Description

Inserts data into BigQuery table

Usage

bqInsertData(
  table,
  data,
  dataset = bqDefaultDataset(),
  append = TRUE,
  fields = NULL,
  schema.file = NULL
)

Arguments

table

name of the target table

data

data to be inserted

dataset

name of the destination dataset

append

specifies if data should be appended or truncated

fields

list of fields with names and types (as bq_fields)

schema.file

sets path to schema file for initialisation

Value

results of execution


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.