bigQueryR (version 0.4.0)

bqr_table_data: Get BigQuery Table's data list

Description

Get BigQuery Table's data list

Usage

bqr_table_data(projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(), tableId, maxResults = 1000)

Arguments

projectId

The BigQuery project ID

datasetId

A datasetId within projectId

tableId

The tableId within the datasetId

maxResults

Number of results to return

Value

data.frame of table data

This won't work with nested datasets, for that use bqr_query as that flattens results.

See Also

Other bigQuery meta functions: bqr_create_table, bqr_delete_table, bqr_list_datasets, bqr_list_projects, bqr_list_tables, bqr_table_meta