Description Usage Arguments Methods (by class)
View source: R/date_functions.r
Function to extract the day from a timestamp of e.g. class POSIXlt, POSIXct, Date, or character. If the option is of type character it should be in the form of yyyy-mm-dd.
1 2 3 4 5 6 7 |
timestamp |
Some sort of timestamp e.g. of class POSIXlt, POSIXct, Date, or character. If the option is of type character it should be in the form of yyyy-mm-dd. |
startmonday |
whether the week should start on Monday (TRUE, the default) or it should start on Sunday (FALSE) |
POSIXlt
: method for POSIXlt
default
: method for everything coercable by as.POSIXlt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.