I am getting an error when trying to use melt() on a dataframe containing Dates
- by Dan
I'd like to melt the dataframe so that in one column i have dates in a second i have username as the variable and finally the value.
I'm getting this error:
Error in as.Date.numeric(value) : 'origin' must be supplied
and while I understand the error I'm not exactly sure how to get around it.
A small sample of the data is:
…