Displaying 1 result from an estimated 1 matches for "uebungenndk".
2005 Jun 09
3
dir() and RegEx and gsub()
...uld catch it. This is also consistent with the result when I
tried with the TRegExpr Tool. Could somebody explain what's going on
here?
b)
I need to handle a copied windows file path. This is certainly often
asked but I didn't find a solution.
How can I convert, e.g.
myfile <- "D:\UebungenNDK\DataMining\DataMiningSeries.r"
in either:
myfile
[1] "D:\\UebungenNDK\\DataMining\\DataMiningSeries.r"
or:
myfile
[1] "D:/UebungenNDK/DataMining/DataMiningSeries.r"
Would be great to hear about a possibility!
A nice evening to everybody,
Hans-Peter