Displaying 1 result from an estimated 1 matches for "diplomski_rad".
2008 Oct 18
1
Eval and parse function applied on file path
Hi,
I have problem when evaluating string containing file path.
path <-"inputDirectory='d:\\diplomski_rad\\testOutput\\temp'"
print(eval(parse(text=path)))
After executing code, I get
[1] "d:diplomski_rad\testOutput\temp"
Warning messages:
1: '\d' is an unrecognized escape in a character string
2: unrecognized escape removed from "d:\diplomski_rad\testOutput\temp"...