I have to remove all "^" from a string. I tried: gsub("^", "","p^qs") or str_remove(work,"p^qs"). However, it doesn't work. R seem not to "see" the ^ sign. Can you help me?
↧
I have to remove all "^" from a string. I tried: gsub("^", "","p^qs") or str_remove(work,"p^qs"). However, it doesn't work. R seem not to "see" the ^ sign. Can you help me?