santoku-cast {santoku} | R Documentation |
Internal functions
Description
Internal functions
Usage
## Default S3 method:
santoku_cast_common(x, y)
## S3 method for class 'double'
santoku_cast_common(x, y)
## S3 method for class 'Date'
santoku_cast_common(x, y)
## S3 method for class 'POSIXct'
santoku_cast_common(x, y)
## S3 method for class 'ts'
santoku_cast_common(x, y)
## S3 method for class 'zoo'
santoku_cast_common(x, y)
## S3 method for class 'integer64'
santoku_cast_common(x, y)
## S3 method for class 'hexmode'
santoku_cast_common(x, y)
## S3 method for class 'octmode'
santoku_cast_common(x, y)
Arguments
x , y |
Vectors to cast. |
Value
A list.
[Package santoku version 1.0.0 Index]