I have a string:
words<-"Monday, Tuesday, Wednesday, Thursday,Friday"
and I only need add quotes to each word:
"Monday", "Tuesday", "Wednesday", "Thursday","Friday"
getting a length of five string.
I know there are many post about this topic, but I did´t find anything about it in R.
Many thanks.