I am reading text from file and modifying it. but when there is forward slash but i am getting error message.
a<-"my\kris"
Error: '\k' is an unrecognized escape in character string starting
how can i handle such special character in R?
I am reading text from file and modifying it. but when there is forward slash but i am getting error message.
a<-"my\kris"
Error: '\k' is an unrecognized escape in character string starting
how can i handle such special character in R?