delete_table {bigrquery}R Documentation

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

## Not run: 
get_table("publicdata", "samples", "natality")

## End(Not run)

[Package bigrquery version 0.4.1 Index]