Coerces objects of type timestamp
.
1 2 3 4 5 6 | as.timestamp(x, ...)
as.timestamp.Column(x, format = "yyyy-MM-dd HH:mm:ss", ...)
## S3 method for class 'Column'
as.Date(x, format = "yyyy-MM-dd", ...)
|
x |
object to be coerced or tested. |
... |
further arguments passed to or from other methods. |
format |
a character string representing the incoming format. See http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html for more information on possible usage. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.