bigQueryR (version 0.2.0)

bqr_list_tables: List BigQuery tables in a dataset

Description

List BigQuery tables in a dataset

Usage

bqr_list_tables(projectId, datasetId)

Arguments

projectId
The BigQuery project ID
datasetId
A datasetId within projectId

Value

dataframe of tables in dataset

See Also

Other bigQuery meta functions: bqr_auth, bqr_create_table, bqr_delete_table, bqr_list_datasets, bqr_list_projects, bqr_table_data, bqr_table_meta

Examples

Run this code

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

Run the code above in your browser using DataCamp Workspace