Skip to content

Instantly share code, notes, and snippets.

@micstr
Created May 15, 2020 12:23
Show Gist options
  • Save micstr/99a63059071b5e4358333f0da368daaf to your computer and use it in GitHub Desktop.
Save micstr/99a63059071b5e4358333f0da368daaf to your computer and use it in GitHub Desktop.
Find out day of month EOMONTH in Excel
library(lubridate)
lubridate::ceiling_date(input$leaddaterange[1], "month") - 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment