| am | R Documentation | 
Does date time occur in the am or pm?
am(x)
pm(x)
| x | a date-time object | 
TRUE or FALSE depending on whether x occurs in the am or pm
x <- ymd("2012-03-26")
am(x)
pm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.