powered by
List BigQuery tables in a dataset
bqr_list_tables(projectId = bqr_get_global_project(), datasetId = bqr_get_global_dataset(), maxResults = 1000)
The BigQuery project ID
A datasetId within projectId
Number of results to return, default 1000
1000
dataframe of tables in dataset
Other bigQuery meta functions: bqr_create_table, bqr_delete_table, bqr_list_datasets, bqr_list_projects, bqr_table_data, bqr_table_meta
bqr_create_table
bqr_delete_table
bqr_list_datasets
bqr_list_projects
bqr_table_data
bqr_table_meta
# NOT RUN { # } # NOT RUN { bqr_list_tables("publicdata", "samples") # } # NOT RUN { # }
Run the code above in your browser using DataLab