BigQuery (relational database)
Introduction
Data
library(bigrquery)
projectid<-"fg-production-sandbox-nro" ##replace nro with your sandbox number
bq_con<-dbConnect(bigrquery::bigquery(),
project="finngen-production-library",
billing=projectid)BigQuery Project/Database
BigQuery Dataset/Schema
BigQuery Table Name
BigQuery Table Details
Sandbox IVM folder
Release Version
bq command-line tool
Google Cloud BigQuery python and R drivers
Use cases
Example Python script:
Example R script:
Last updated
Was this helpful?