vec_cast.timespan.double {parttime} | R Documentation |
Cast an array to a timespan
Description
Cast an array to a timespan
Usage
## S3 method for class 'timespan.double'
vec_cast(x, to, ...)
Arguments
x |
Vectors to cast. |
to |
Type to cast to. If |
... |
For |
Value
A partial_timespan
vector
[Package parttime version 0.1.2 Index]