bigQueryR (version 0.2.0)

bqr_delete_table: Delete a Table

Description

Delete a Table

Usage

bqr_delete_table(projectId, datasetId, tableId)

Arguments

projectId
The BigQuery project ID.
datasetId
A datasetId within projectId.
tableId
Name of table you want to delete.

Value

TRUE if deleted, error if not.

Details

Deletes a BigQuery table

See Also

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