cdfGetFields: Gets a subset of groups fields in a CDF structure

Description Usage Arguments Details Value Author(s) See Also

View source: R/cdfGetFields.R

Description

Gets a subset of groups fields in a CDF structure.

This function is designed to be used with applyCdfGroups().

Usage

1
cdfGetFields(groups, fields, ...)

Arguments

groups

A list of groups.

fields

A character vector of names of fields to be returned.

...

Not used.

Details

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.

Value

Returns a list structure of groups.

Author(s)

Henrik Bengtsson

See Also

applyCdfGroups().


affxparser documentation built on Nov. 8, 2020, 7:26 p.m.