vec_cast.partial_time.matrix: Cast a matrix to a partial time
Description
Cast a matrix to a partial time
Usage
# S3 method for partial_time.matrix
vec_cast(x, to, ...)
Value
A partial_time vector
Arguments
- x
Vectors to cast.
- to
Type to cast to. If NULL, x will be returned as is.
- ...
For vec_cast_common(), vectors to cast. For
vec_cast(), vec_cast_default(), and vec_restore(), these
dots are only for future extensions and should be empty.