View source: R/DbiDateFunctions.R
eoMonth | R Documentation |
This function is provided primarily to be used together with dbplyr
when querying
a database. It will also work in dplyr
against data frames.
eoMonth(date)
date |
A date in the month for which we need the end. |
The date of the last day of the month.
eoMonth(as.Date("2000-02-01"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.