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 Table meta functions: Table, bqr_copy_table, bqr_create_table, bqr_delete_table, bqr_list_tables, bqr_patch_table, bqr_table_data
Table
bqr_copy_table
bqr_create_table
bqr_delete_table
bqr_list_tables
bqr_patch_table
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