Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bqr_list_tables

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

Examples

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

## End(Not run)

bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.