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

Description Usage Arguments Value Author(s) See Also Examples

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

1
2
3
4
5
6
## Static method (use this):
## IdMap$as.list(idMapList, verbose=FALSE, ...)

## Don't use the below:
## S3 method for class 'IdMap'
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.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see IdMap.

Examples

1
2
3
 idMaps<-IdMap$as.list(examples$identDfList);
 names(idMaps);
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.