Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bqr_delete_table

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


bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.