bigQueryR (version 0.4.0)

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

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

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  bqr_table_meta("publicdata", "samples", "github_nested")
# }
# NOT RUN {

# }

Run the code above in your browser using DataCamp Workspace