bqr_list_projects: List Google Dev Console projects you have access to

View source: R/listBigQuery.R

bqr_list_projectsR Documentation

List Google Dev Console projects you have access to

Description

Example: bqr_list_projects()

Usage

bqr_list_projects()

Value

A dataframe of the projects you have access to under the authentication

See Also

Other bigQuery meta functions: bqr_list_datasets()

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()
  

## End(Not run)


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