as.data.frame.mapping {mappings} | R Documentation |
Convert a mapping to data.frame
Description
The resulting data.frame
has 2 columns: mapsfrom
, and mapsto
.
Usage
## S3 method for class 'mapping'
as.data.frame(x, ...)
Arguments
x |
A |
... |
Ignored. |
Value
A data.frame
.
[Package mappings version 0.1 Index]