> gsub("\\\\","/","D:\Prog\R\rw1090\library\cluster\libs")
> [1] "D:ProgR\rw1090libraryclusterlibs"

Probably not the best way, but what about escaping all the backslashes in
the original string?
 gsub("\\\\","/","D:\\Prog\\R\\rw1090\\library\\cluster\\libs")

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to