R/unpak.example.query.R

unpak.example.query <-
function(con)
  {
    dbGetQuery(con,"SELECT value,name
                    FROM Observation c
                    JOIN Phenotype a
                    ON a.idPhenotype=c.Phenotype_idPhenotype")
  }
stranda/unpakDB documentation built on May 30, 2019, 7:55 p.m.