researchdatapod.com
How to Solve R Error as.Date.numeric(x) : ‘origin’ must be supplied
This error occurs when you try to convert a number to a date without providing an origin date. You can solve this error by providing a date as an origin argument to the as.Date function. For exampl…