I've created a dataframe in R and one of my columns convert a date such as 01/08/2018
(dd/mm/yyyy) into text form Aug-18
(mmm-yy). However, when I write this to csv using the write.csv function, Excel automatically converts this to date.
Is there a way I can specify the column type to be "Text" so that Excel doesn't change it to date format?