IdMap$as.list {IdMappingAnalysis} | R Documentation |
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.
## 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, ...)
idMapList |
A |
verbose |
|
... |
Not used |
A single IdMap object or a list of IdMap objects.
Alex Lisovich, Roger Day
For more information see IdMap
.
idMaps<-IdMap$as.list(examples$identDfList); names(idMaps);