Last chance! 50% off unlimited learning
Sale ends in
Delete a Table
bqr_delete_table(projectId = bqr_get_global_project(),
datasetId = bqr_get_global_dataset(), tableId)
The BigQuery project ID.
A datasetId within projectId.
Name of table you want to delete.
TRUE if deleted, FALSE if not.
Deletes a BigQuery table
Other Table meta functions: Table
,
bqr_copy_table
,
bqr_create_table
,
bqr_list_tables
,
bqr_patch_table
,
bqr_table_data
,
bqr_table_meta