.buildAssayQ {tcpl} | R Documentation |
Generate query for assay information
Description
.buildAssayQ
generates a query string to load assay information
Usage
.buildAssayQ(out, tblo, fld = NULL, val = NULL, add.fld = NULL)
Arguments
out |
Character, the default fields to include |
tblo |
Integer, the order to send the fields to prepOutput |
fld |
Character, the field(s) to query/subset on |
val |
List, vectors of values for each field to query/subset on. Must be in the same order as 'fld'. |
add.fld |
Character, additional field(s) to include, but not query/ subset on |
Value
A character containing the query to send to tcplQuery
[Package tcpl version 3.1.0 Index]