Description Usage Arguments Value
Function checks whether a variable in the data is of date type or not. r doesn't have a simple function for that so we will build our own function
1 | is_date(x)
|
x |
variable as one-dimensional array |
TRUE or FALSE whether variable is of date type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.