Description Usage Arguments See Also
New methods can be written for the following
boilerplate functions for the interval_vctr
class.
1 2 3 4 5 6 7 8 | ## S3 method for class 'interval_vctr'
vec_ptype2.double(x, y, ...)
## S3 method for class 'interval_vctr'
vec_ptype2(x, y, ..., x_arg = "x", y_arg = "y")
## S3 method for class 'interval_vctr'
vec_cast(x, to, ..., x_arg = "x", to_arg = "to")
|
x, y |
Vectors to cast / find common type. |
... |
Additional arguments passed to downstream functions. |
x_arg, to_arg, y_arg |
Argument names for |
to |
Type to cast to. |
vec_cast
and vec_ptype2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.