bqr_delete_table: Delete a Table

Description Usage Arguments Details Value See Also

View source: R/tables.R

Description

Delete a Table

Usage

1
2
bqr_delete_table(projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(), tableId)

Arguments

projectId

The BigQuery project ID.

datasetId

A datasetId within projectId.

tableId

Name of table you want to delete.

Details

Deletes a BigQuery table

Value

TRUE if deleted, FALSE if not.

See Also

Other Table meta functions: Table, bqr_copy_table, bqr_create_table, bqr_list_tables, bqr_patch_table, bqr_table_data, bqr_table_meta


bigQueryR documentation built on Oct. 9, 2019, 5:05 p.m.