is_date {timeplyr} | R Documentation |
Utility functions for checking if date or datetime
Description
Utility functions for checking if date or datetime
Usage
is_date(x)
is_datetime(x)
is_time(x)
is_time_or_num(x)
Arguments
x |
Time variable. |
Value
A logical of length 1.
[Package timeplyr version 0.8.1 Index]