## To get start, end and sequence of this month
thismonth <- this_month()
## To get vector of date sequences
this_month(part = "sequence")
this_month()$sequence
seq(thismonth)
## Get number of days of this months
day_nums <- this_month(part = "length")
this_month()$length
length(thismonth)
Run the code above in your browser using DataLab