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

bqr_list_datasets

List BigQuery datasets


Description

Each projectId can have multiple datasets.

Usage

bqr_list_datasets(projectId = bqr_get_global_project())

Arguments

projectId

The BigQuery project ID

See Also

Other bigQuery meta functions: bqr_list_projects

Examples

## Not run: 
  library(bigQueryR)
  
  ## this will open your browser
  ## Authenticate with an email that has access to the BigQuery project you need
  bqr_auth()
  
  ## verify under a new user
  bqr_auth(new_user=TRUE)
  
  ## get projects
  projects <- bqr_list_projects()
  
  my_project <- projects[1]
  
  ## for first project, get datasets
  datasets <- bqr_list_datasets[my_project]
  

## 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.