Description Usage Arguments Value See Also Examples
Get BigQuery Table meta data
1 | bqr_table_meta(projectId, datasetId, tableId)
|
projectId |
The BigQuery project ID |
datasetId |
A datasetId within projectId |
tableId |
The tableId within the datasetId |
list of table metadata
Other bigQuery meta functions: bqr_auth
,
bqr_create_table
,
bqr_delete_table
,
bqr_list_datasets
,
bqr_list_projects
,
bqr_list_tables
,
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.