Description Usage Arguments Value Examples
Calls the ToString method of an object as represented in the CLR. This function is here to help quickly test object equivalence from the R interpreter, for instance on the tricky topic of date-time conversions
1 | clrToString(x)
|
x |
any R object, which is converted to a CLR object on which to call ToString |
the string representation of the object in the CLR
1 2 3 4 5 6 | ## Not run:
library(rClr)
dt <- as.POSIXct('2001-01-01 02:03:04', tz='UTC')
clrToString(dt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.