Description Usage Arguments Value See Also
Get BigQuery Table's data list
| 1 | bqr_table_data(projectId, datasetId, tableId, maxResults = 1000)
 | 
| projectId | The BigQuery project ID | 
| datasetId | A datasetId within projectId | 
| tableId | The tableId within the datasetId | 
| maxResults | Number of results to return | 
data.frame of table data
This won't work with nested datasets, for that use bqr_query as that flattens results.
Other bigQuery meta functions: bqr_auth,
bqr_create_table,
bqr_delete_table,
bqr_list_datasets,
bqr_list_projects,
bqr_list_tables,
bqr_table_meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.