dbGetTrials {expDB}R Documentation

Get trials by a groups of conditions.

Description

Get trials by a groups of conditions.

Usage

dbGetTrials(con, design = TRUE, ...)

Arguments

con

a connection object as produced by dbConnect

design

Whether include design

...

All other arguments to define range of export trials. All trials will be export if there are not arguments. Supported arguments include trial (or trialcode)

Value

A data.frame for selected trials


[Package expDB version 0.1.0 Index]