isbCgcTables: List the tables in a selected dataset

Description Usage Arguments Value Examples

View source: R/isbCgc.R

Description

List the tables in a selected dataset

Usage

1
2
3
4
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

1
2
3
4
5
6
7
if (interactive()) {
 # be sure that .cgcBilling is set
 code = Sys.getenv("CGC_BILLING")
 if (!(nchar(code)==0)) {
  isbCgcTables()
  }
}

restfulSE documentation built on Nov. 8, 2020, 8:01 p.m.