as.character.AD0 | R Documentation |
Type-cast an AD0-object, i.e. the Java reference, back to an R-character
object of format YYYY-MM-DDTXX
.
## S3 method for class 'AD0'
as.character(object)
object |
An object of class AD0 containing the Java reference to be casted |
An R-character representing the Java date
AD0
ad0 <- AD0("2014-01-01T00")
as.character.AD0(ad0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.