powered by
List available tables in dataset.
list_tables(project, dataset, page_size = 50, max_pages = Inf)
The project name, a string
The name of the dataset to create, a string
Number of items per page
Maximum number of pages to retrieve
a character vector of table names
API documentation: https://developers.google.com/bigquery/docs/reference/v2/tables/list
Other tables: delete_table, get_table
delete_table
get_table
# NOT RUN { list_tables("publicdata", "samples") list_tables("githubarchive", "github") list_tables("publicdata", "samples", max_pages = 2, page_size = 2) # }
Run the code above in your browser using DataLab