I am trying to read a csv file that I created in R. Some rows contain the following character name: "Drug a + Drug B \n Drug C + Drug D"
When I want to read it, I do not have the part after the \n and additionnal rows with NA are added. So my question is simple, how can I read csv file where some rows contain "\n"?
Thanks for your help
Aziz