Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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


bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.