Get BigQuery Table meta data
Get BigQuery Table meta data
bqr_table_meta(projectId = bqr_get_global_project(), datasetId = bqr_get_global_dataset(), tableId)
projectId |
The BigQuery project ID |
datasetId |
A datasetId within projectId |
tableId |
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
## Not run: bqr_table_meta("publicdata", "samples", "github_nested") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.