Description Usage Arguments Details Value See Also
Delete a Table
1 2 | bqr_delete_table(projectId = bqr_get_global_project(),
datasetId = bqr_get_global_dataset(), tableId)
|
projectId |
The BigQuery project ID. |
datasetId |
A datasetId within projectId. |
tableId |
Name of table you want to delete. |
Deletes a BigQuery table
TRUE if deleted, FALSE if not.
Other Table meta functions: Table
,
bqr_copy_table
,
bqr_create_table
,
bqr_list_tables
,
bqr_patch_table
,
bqr_table_data
,
bqr_table_meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.