bqr_list_tables: List BigQuery tables in a dataset

View source: R/tables.R

bqr_list_tablesR Documentation

List BigQuery tables in a dataset

Description

List BigQuery tables in a dataset

Usage

bqr_list_tables(
  projectId = bqr_get_global_project(),
  datasetId = bqr_get_global_dataset(),
  maxResults = -1
)

Arguments

projectId

The BigQuery project ID

datasetId

A datasetId within projectId

maxResults

Number of results to return, default -1 returns all results

Value

dataframe of tables in dataset

See Also

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

Examples


## Not run: 
 bqr_list_tables("publicdata", "samples")

## End(Not run)


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