isbCgcTables: List the tables in a selected dataset

View source: R/isbCgc.R

isbCgcTablesR Documentation

List the tables in a selected dataset

Description

List the tables in a selected dataset

Usage

isbCgcTables(dataset = "TCGA_hg19_data_v0",
  billing = Sys.getenv("CGC_BILLING"))

Arguments

dataset

character string identifying a table in "isb-cgc"

billing

Google BigQuery billing code, which can be set in an environment variable CGC_BILLING

Value

character vector

Examples

if (interactive()) {
 # be sure that .cgcBilling is set
 code = Sys.getenv("CGC_BILLING")
 if (!(nchar(code)==0)) {
  isbCgcTables()
  }
}

shwetagopaul92/restfulSE documentation built on Oct. 12, 2022, 10:51 p.m.