Get BigQuery Table's data list
bqr_table_data(projectId = bq_get_global_project(),
datasetId = bq_get_global_dataset(), tableId, maxResults = 1000)The BigQuery project ID
A datasetId within projectId
The tableId within the datasetId
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_create_table,
bqr_delete_table,
bqr_list_datasets,
bqr_list_projects,
bqr_list_tables,
bqr_table_meta