vec_cast.data.frame.decorated {yamlet} | R Documentation |
Cast to Data.frame from Decorated
Description
Casts to data.frame from decorated.
Usage
## S3 method for class 'data.frame.decorated'
vec_cast(x, to, ...)
Arguments
x |
decorated |
to |
data.frame |
... |
passed arguments |
Value
data.frame
[Package yamlet version 1.2.5 Index]