Is there any easy way for getting start date and end date of previous month from the current date in R?
I have only the current date. From it, i want to get the prev
use timeperiodsR for get start and end date of any period.
timeperiodsR
# install.packages("timeperiodsR") timeperiodsR::previous_month()