unpak.example.query: just an example of a query

Description Usage Arguments Examples

Description

example

Usage

1

Arguments

con

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (con) 
{
    dbGetQuery(con, "SELECT value,name\n                    FROM Observation c\n                    JOIN Phenotype a\n                    ON a.idPhenotype=c.Phenotype_idPhenotype")
  }

stranda/unpakDB documentation built on May 30, 2019, 7:55 p.m.