bqr_list_tables: List BigQuery tables in a dataset

Description Usage Arguments Value See Also Examples

View source: R/tables.R

Description

List BigQuery tables in a dataset

Usage

1
2
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

1
2
3
4
## Not run: 
 bqr_list_tables("publicdata", "samples")

## End(Not run)

bigQueryR documentation built on Oct. 9, 2019, 5:05 p.m.