search for: blaleli

Displaying 1 result from an estimated 1 matches for "blaleli".

Did you mean: blakely
2011 Sep 01
2
Removing special chars in strings?
Hi all, How can I replace those "\" in the str? Thanks in advance. func <- function(str) { print(gsub("\\","",str)) } func("bla\ble\bli")