Hello everyone! ,
I have to work on a data set and create a plot for an example of it that will provide monthly data with a count of orders. On data sets, a date column is created based on the double data type and class of date. I have to split the column based on months. I have to change the data type from double to date. I have tried with as.Date(), as.Date.POSIXct(), and as.Date.POSIXlt(). But I'm unable to change its data type. Could anyone please help me on this issue?
Regards,
Mohana Krishna Alla.