Delete a Table
Delete a Table
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.