powered by
Delete a table.
delete_table(project, dataset, table)
The project name, a string
The name of the dataset to create, a string
name of the table
API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/delete
Other tables: get_table, list_tables
get_table
list_tables
# NOT RUN { get_table("publicdata", "samples", "natality") # }
Run the code above in your browser using DataLab