powered by
Get BigQuery Table meta data
bqr_table_meta(projectId = bqr_get_global_project(), datasetId = bqr_get_global_dataset(), tableId)
The BigQuery project ID
A datasetId within projectId
The tableId within the datasetId
list of table metadata
Other bigQuery meta functions: bqr_create_table, bqr_delete_table, bqr_list_datasets, bqr_list_projects, bqr_list_tables, bqr_table_data
bqr_create_table
bqr_delete_table
bqr_list_datasets
bqr_list_projects
bqr_list_tables
bqr_table_data
# NOT RUN { # } # NOT RUN { bqr_table_meta("publicdata", "samples", "github_nested") # } # NOT RUN { # }
Run the code above in your browser using DataLab