as.data.frame.JointIdMap: Retrieve a data frame encapsulated within the given...

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve a data frame encapsulated within the given JointIdMap object with additional 'name' and 'secondaryKey' attributes

Usage

1
2
## S3 method for class 'JointIdMap'
as.data.frame(x, row.names=NULL, optional=FALSE, ...)

Arguments

row.names

Not used

optional

Not used

...

Not used

Value

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.

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointIdMap.

Examples

1
2
3
4
5
 jointIdMap<-JointIdMap(examples$identDfList);
 df<-as.data.frame(jointIdMap);
 dim(df);
 attr(df,"secondaryKey");
 

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