am
From lubridate v1.2.0
by Garrett Grolemund
Does date time occur in the am or pm?
Does date time occur in the am or pm?
- Keywords
- chron
Usage
am(x)
Arguments
- x
- a date-time object
Value
- TRUE or FALSE depending on whethe x occurs in the am or pm
Examples
x <- ymd("2012-03-26")
am(x)
pm(x)
Community examples
Looks like there are no examples yet.