bqr_upload_data: Upload data to BigQuery

Description Usage Arguments Details Value See Also

Description

Upload data to BigQuery

Usage

1
2
bqr_upload_data(projectId, datasetId, tableId, upload_data, create = TRUE,
  overwrite = FALSE, uploadType = c("multipart", "resumable"))

Arguments

projectId

The BigQuery project ID.

datasetId

A datasetId within projectId.

tableId

ID of table where data will end up.

upload_data

The data to upload, a data.fame.

create

If TRUE will create the table if it isn't present.

overwrite

If TRUE will delete any existing table and upload new data.

uploadType

'multipart' for small data, 'resumable' for big. (not implemented yet)

Details

A temporary csv file is created when uploading.

Value

TRUE if successful, FALSE if not.

See Also

urlhttps://cloud.google.com/bigquery/loading-data-post-request

Other bigQuery upload functions: gcs_update_acl


MarkEdmondson1234/bigQueryR documentation built on May 7, 2019, 2:53 p.m.