Tag: create date by merging data in R
How to join year, month, and day into a date in R
Here is how to join year, month, and day into a date in R if they are stored separately. There are at least two good ways how to combine them in date. In some situations, there might be only a year and month and creating a date for the first day of the month is…