bqr_create_table: Create a Table

Description Usage Arguments Details Value See Also

Description

Create a Table

Usage

1
bqr_create_table(projectId, datasetId, tableId, template_data)

Arguments

projectId

The BigQuery project ID.

datasetId

A datasetId within projectId.

tableId

Name of table you want.

template_data

A dataframe with the correct types of data

Details

Creates a BigQuery table

Value

TRUE if created, FALSE if not.

See Also

Other bigQuery meta functions: bqr_auth, bqr_delete_table, bqr_list_datasets, bqr_list_projects, bqr_list_tables, bqr_table_data, bqr_table_meta


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