Description Usage Arguments Value See Also Examples
Get BigQuery Table meta data
1 2 | 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
1 2 3 4 | ## Not run:
bqr_table_meta("publicdata", "samples", "github_nested")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.