Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryndbfsrw
2253 days ago
If I understand, does this mean on windows when I've copied a file location I would no longer have to replace backslash in the file path with double back slash or forward slashes? Or am I off-piste?
1 comments
ggrothendieck
2253 days ago
Correct. One can write r"(c:\Windows\System32)" . Check out additional examples at the end of the help file:
https://github.com/wch/r-source/blob/trunk/src/library/base/...
link
stilisstuk
2253 days ago
Awesome
link