Skip to content
Prev 156996 / 398506 Next

How to convert backslash to slash?

Your users will have to learn that if they are inputting quoted
strings into R, then, by convention, a backslash is used to 'escape'
certain character sequences and if you want a backslash, you have to
escape it ('\\').  You can also have your users upgrade to a system
that does not use backslashes in its file names, or learn that you can
alway use a virgule (/) in the file names.
On Wed, Sep 24, 2008 at 9:59 AM, Shengqiao Li <shli at stat.wvu.edu> wrote: