Description Usage Arguments Details Value See Also
Upload data to BigQuery
1 2 | bqr_upload_data(projectId, datasetId, tableId, upload_data, create = TRUE,
overwrite = FALSE, uploadType = c("multipart", "resumable"))
|
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) |
A temporary csv file is created when uploading.
TRUE if successful, FALSE if not.
urlhttps://cloud.google.com/bigquery/loading-data-post-request
Other bigQuery upload functions: gcs_update_acl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.