am
From lubridate v1.7.9.2
by Vitalie Spinu
Does date time occur in the am or pm?
Does date time occur in the am or pm?
- Keywords
- chron
Usage
am(x)pm(x)
Arguments
- x
a date-time object
Value
TRUE or FALSE depending on whether x occurs in the am or pm
Examples
# NOT RUN {
x <- ymd("2012-03-26")
am(x)
pm(x)
# }
Community examples
Looks like there are no examples yet.