| delete_table {bigrquery} | R Documentation |
Delete a table.
delete_table(project, dataset, table)
project |
The project name, a string |
dataset |
The name of the dataset to create, a string |
table |
name of the table |
API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/delete
Other tables: get_table,
list_tables
## Not run:
get_table("publicdata", "samples", "natality")
## End(Not run)