cdfGetFields {affxparser} | R Documentation |
Gets a subset of groups fields in a CDF structure.
This function
is designed to be used with applyCdfGroups
().
cdfGetFields(groups, fields, ...)
groups |
A |
fields |
|
... |
Not used. |
Note that an error is not generated for missing fields.
Instead the field is returned with value NA
. The reason for this
is that it is much faster.
Returns a list
structure of groups.
Henrik Bengtsson