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

bqr_table_meta

Get BigQuery Table meta data


Description

Get BigQuery Table meta data

Usage

bqr_table_meta(projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(), tableId)

Arguments

projectId

The BigQuery project ID

datasetId

A datasetId within projectId

tableId

The tableId within the datasetId

Value

list of table metadata

See Also

Examples

## Not run: 
  bqr_table_meta("publicdata", "samples", "github_nested")

## End(Not run)

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.