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