Convert Excel dates to R
When I load an Excel file as text, dates are loaded as an integer (for example 42705). Converting them to R dates is easy, but I often forget the value I should use in the argument origin to actually make the conversion. This post is to keep the reminder at hand. ...