R. net read file exception

时间:2015-02-26 13:59:48

标签: r readfile r.net

我写了以下代码:

      REngine.SetEnvironmentVariables();

      REngine engine = REngine.GetInstance();
      engine.Evaluate("dataset<-read.table('C:\\Users\\b-mobela\\Documents\\Temp\\data.txt')")

我得到例外:

“RDotNet.dll中发生了'System.AccessViolationException'类型的未处理异常 附加信息:尝试读取或写入受保护的内存。这通常表明其他内存已损坏。“

当我使用file.choose()时,而不是给出文件位置,它可以工作。为什么???

1 个答案:

答案 0 :(得分:1)

答案来得有点晚了,但我在寻找同样的问题时来到这里。您需要在路径中使用正斜杠:

<svg>
    <rect width="30" height="30" rx="5"
        style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,0)"/>
</svg>