these functions can be used to coerce Column
objects
to other types
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## S3 method for class 'Column'
as.character(x, ...)
## S3 method for class 'Column'
as.numeric(x, ...)
## S3 method for class 'Column'
as.integer(x, ...)
## S3 method for class 'Column'
as.logical(x, ...)
## S3 method for class 'Column'
as.POSIXct(x, ...)
as_datetime.Column(x, ...)
## S3 method for class 'Column'
as.array(x, ...)
## S3 method for class 'Column'
as.list(x, ...)
## S3 method for class 'Column'
is.numeric(x)
is.logical.Column(x)
is.character.Column(x)
is.list.Column(x)
|
x |
a |
... |
addition arguments, currently unused |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.