isbCgcTables | R Documentation |
List the tables in a selected dataset
isbCgcTables( dataset = "TCGA_hg19_data_v0", billing = Sys.getenv("CGC_BILLING") )
dataset |
character string identifying a table in "isb-cgc" |
billing |
Google BigQuery billing code, which can be set in an environment variable |
character vector
if (interactive()) { # be sure that .cgcBilling is set code = Sys.getenv("CGC_BILLING") if (!(nchar(code)==0)) { isbCgcTables() } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.