If I have date in this format:
date <- c('11.17', '12.17', '01.18')
How do I change it to this format:
'Nov 2017', 'Dec 2017', 'Jan 2018'
If I have date in this format:
date <- c('11.17', '12.17', '01.18')
How do I change it to this format:
'Nov 2017', 'Dec 2017', 'Jan 2018'