bigrquery (version 0.4.1)

delete_table: Delete a table.

Description

Delete a table.

Usage

delete_table(project, dataset, table)

Arguments

project

The project name, a string

dataset

The name of the dataset to create, a string

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
# NOT RUN {
get_table("publicdata", "samples", "natality")
# }

Run the code above in your browser using DataLab