applyCdfGroupFields: Applies a function to a list of fields of each group in a CDF...

View source: R/applyCdfGroupFields.R

applyCdfGroupFieldsR Documentation

Applies a function to a list of fields of each group in a CDF structure

Description

Applies a function to a list of fields of each group in a CDF structure.

Usage

applyCdfGroupFields(cdf, fcn, ...)

Arguments

cdf

A CDF list structure.

fcn

A function that takes a list structure of fields and returns an updated list of fields.

...

Arguments passed to the fcn function.

Value

Returns an updated CDF list structure.

Author(s)

Henrik Bengtsson

See Also

applyCdfGroups().


HenrikBengtsson/affxparser documentation built on Feb. 9, 2024, 3:13 a.m.