promote.data.frame {yamlet} | R Documentation |
Promote Data Frame
Description
Promotes a data.frame by calling promote.list
.
Usage
## S3 method for class 'data.frame'
promote(x, ...)
Arguments
x |
data.frame |
... |
passed arguments |
Value
same class as x
See Also
Other promote:
[.decorated()
,
filter.decorated()
,
promote()
,
promote.list()
,
singularity()
Examples
example(promote.list)
[Package yamlet version 1.2.5 Index]