bqr_table_meta: Get BigQuery Table meta data

View source: R/tables.R

bqr_table_metaR Documentation

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

Other Table meta functions: Table(), bqr_copy_table(), bqr_create_table(), bqr_delete_table(), bqr_list_tables(), bqr_patch_table(), bqr_table_data()

Examples


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

## End(Not run)



cloudyr/bigQueryR documentation built on Oct. 28, 2023, 3:36 p.m.