Description Usage Arguments Value Examples
Extract numeric days of month from a Date
,
POSIXct
or POSIXlt
vector.
1 | Days(x)
|
x |
Date, |
A numeric vector.
1 2 3 4 | Sys.Date()
Days(Sys.Date())
Days(as.POSIXct(Sys.Date()))
Days(as.POSIXlt(Sys.Date()))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.