Description Usage Arguments Value Author(s) See Also Examples
Retrieve a data frame encapsulated within the given JointIdMap object with additional 'name' and 'secondaryKey' attributes
1 2 | ## 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
.
1 2 3 4 5 | jointIdMap<-JointIdMap(examples$identDfList);
df<-as.data.frame(jointIdMap);
dim(df);
attr(df,"secondaryKey");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.