as.data.frame.JointIdMap {IdMappingAnalysis} | R Documentation |
Retrieve a data frame encapsulated within the given JointIdMap object with additional 'name' and 'secondaryKey' attributes
## S3 method for class 'JointIdMap' as.data.frame(x, row.names=NULL, optional=FALSE, ...)
row.names |
Not used |
optional |
Not used |
... |
Not used |
A data.frame
encapsulated within the given JointIdMap object.
The data frame attributes 'name' and 'secondaryKey' contain the
values of corresponding JointIdMap object data fields.
Alex Lisovich, Roger Day
For more information see JointIdMap
.
jointIdMap<-JointIdMap(examples$identDfList); df<-as.data.frame(jointIdMap); dim(df); attr(df,"secondaryKey");