Description Usage Arguments Value Examples
construct a BigQuery resource interface, for a matrix-like table with one column devoted to row identification (rowkeyfield) and all other columns assumed numeric
1 | BQM_Source(bqconn, tblnm, rowkeyfield, maxdfsize = 5e+05)
|
bqconn |
instance of BigQueryConnection from bigrquery |
tblnm |
character(1) table name known to bqconn |
rowkeyfield |
character(1) field in the table that will |
maxdfsize |
numeric(1) field in the table that will constrain as.data.frame for determining rownames generate rownames for matrices derived from table |
instance of BQM_Source
1 2 3 4 5 6 7 | if (interactive()) {
con = bqConn(dataset="yriMulti", project=Sys.getenv("CGC_BILLING"),
billing=Sys.getenv("CGC_BILLING"))
banoMeth = BQM_Source(con, tblnm="banovichSE_MethylationData",
rowkeyfield="cg_methyl450")
banoMeth
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.