Description Usage Arguments Details Value Examples
Tests whether an object is POSIXct.
| 1 | is.POSIXct(x)
 | 
| x | Object to be tested | 
Note: Suggestion by https://stackoverflow.com/a/26413765
whether x is POSIXct
| 1 2 | x <- "blub"
is.X.POSIXct <- is.POSIXct(x)#returns F
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.