Learn R Programming

IdMappingAnalysis (version 1.16.0)

IdMap$as.list: Coerce an object or a list of compatible object to the IdMap object or a list of IdMap objects

Description

Coerce an object or a list of compatible object to the IdMap object or a list of IdMap objects. The object should be inherited from matrix, data.frame, IdMap or UniquePairs, otherwise an exception will be thrown.

Usage

## Static method (use this): ## IdMap$as.list(idMapList, verbose=FALSE, ...)
## Don't use the below: "as.list"(x, idMapList, verbose=FALSE, ...)

Arguments

idMapList
A list or a single object of compatible type.
verbose
If TRUE enables diagnostic messages. Default is FALSE.
...
Not used

Value

A single IdMap object or a list of IdMap objects.

See Also

For more information see IdMap.

Examples

Run this code
 idMaps<-IdMap$as.list(examples$identDfList);
 names(idMaps);
 

Run the code above in your browser using DataLab