vec_cast.hms {hms} | R Documentation |
Casting
Description
Double dispatch methods to support vctrs::vec_cast()
.
Usage
## S3 method for class 'hms'
vec_cast(x, to, ...)
Arguments
x |
Vectors to cast. |
to |
Type to cast to. If |
... |
For |
[Package hms version 1.1.3 Index]