vec_cast.jdate {shide} | R Documentation |
Cast an object to a jdate
object
Description
Cast an object to a jdate
object
Usage
## S3 method for class 'jdate'
vec_cast(x, to, ...)
Arguments
x |
Vectors to cast. |
to |
Type to cast to. If |
... |
For |
Value
A vector of jdate
objects.
See Also
as_jdate is a convenience function that makes use of the casts that
are defined for vec_cast.jdate()
methods.
[Package shide version 0.2.1 Index]