bigrquery (version 0.3.0)

delete_table: Delete a table.

Description

Delete a table.

Usage

delete_table(project, dataset, table)

Arguments

project

project containing this table

dataset

dataset containing this table

table

name of the table

See Also

API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/delete

Other tables: get_table, list_tables

Examples

Run this code

get_table("publicdata", "samples", "natality")

Run the code above in your browser using DataLab