bqr_delete_table: Delete a Table

View source: R/tables.R

bqr_delete_tableR Documentation

Delete a Table

Description

Delete a Table

Usage

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()


cloudyr/bigQueryR documentation built on Oct. 28, 2023, 3:36 p.m.