Get BigQuery Table's data list
Get BigQuery Table's data list
bqr_table_data(projectId = bqr_get_global_project(), datasetId = bqr_get_global_dataset(), 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 Table meta functions: Table
,
bqr_copy_table
,
bqr_create_table
,
bqr_delete_table
,
bqr_list_tables
,
bqr_patch_table
,
bqr_table_meta
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.