<tfoot id='XmxLj'></tfoot>
    • <bdo id='XmxLj'></bdo><ul id='XmxLj'></ul>
  • <small id='XmxLj'></small><noframes id='XmxLj'>

  • <legend id='XmxLj'><style id='XmxLj'><dir id='XmxLj'><q id='XmxLj'></q></dir></style></legend>

      1. <i id='XmxLj'><tr id='XmxLj'><dt id='XmxLj'><q id='XmxLj'><span id='XmxLj'><b id='XmxLj'><form id='XmxLj'><ins id='XmxLj'></ins><ul id='XmxLj'></ul><sub id='XmxLj'></sub></form><legend id='XmxLj'></legend><bdo id='XmxLj'><pre id='XmxLj'><center id='XmxLj'></center></pre></bdo></b><th id='XmxLj'></th></span></q></dt></tr></i><div id='XmxLj'><tfoot id='XmxLj'></tfoot><dl id='XmxLj'><fieldset id='XmxLj'></fieldset></dl></div>

        以编程方式执行 R 脚本

        时间:2023-07-25
      2. <small id='hHbh5'></small><noframes id='hHbh5'>

        <legend id='hHbh5'><style id='hHbh5'><dir id='hHbh5'><q id='hHbh5'></q></dir></style></legend>
          <tbody id='hHbh5'></tbody>

          1. <tfoot id='hHbh5'></tfoot>

            <i id='hHbh5'><tr id='hHbh5'><dt id='hHbh5'><q id='hHbh5'><span id='hHbh5'><b id='hHbh5'><form id='hHbh5'><ins id='hHbh5'></ins><ul id='hHbh5'></ul><sub id='hHbh5'></sub></form><legend id='hHbh5'></legend><bdo id='hHbh5'><pre id='hHbh5'><center id='hHbh5'></center></pre></bdo></b><th id='hHbh5'></th></span></q></dt></tr></i><div id='hHbh5'><tfoot id='hHbh5'></tfoot><dl id='hHbh5'><fieldset id='hHbh5'></fieldset></dl></div>

            • <bdo id='hHbh5'></bdo><ul id='hHbh5'></ul>
                • 本文介绍了以编程方式执行 R 脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个生成一些 R 代码的 C# 程序.现在我将脚本保存到文件中,然后将其复制/粘贴到 R 控制台中.我知道 R 有一个 COM 接口,但它似乎不适用于最新版本的 R(或 2.7.8 之后的任何版本).有什么方法可以在将 R 脚本保存到文件后以编程方式从 C# 执行?

                  I have a C# program that generates some R code. Right now I save the script to file and then copy/paste it into the R console. I know there is a COM interface to R, but it doesn't seem to work with the latest version of R (or any version after 2.7.8). Is there some way I can just programmatically execute the R script from C# after saving it to file?

                  推荐答案

                  要在 C# 中执行此操作,您需要使用

                  To do this in C# you'll need to use

                  shell (R CMD BATCH myRprogram.R)
                  

                  一定要像这样包装你的情节

                  Be sure to wrap your plots like this

                  pdf(file="myoutput.pdf")
                  plot (x,y)
                  dev.off()
                  

                  或图像包装器

                  这篇关于以编程方式执行 R 脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:尝试使用 Excel 2007 进行办公自动化,但继续使用 Excel 2003 下一篇:无法跨 AppDomains 传递 GCHandle:没有委托的解决方案?

                  相关文章

                  <legend id='B5rGo'><style id='B5rGo'><dir id='B5rGo'><q id='B5rGo'></q></dir></style></legend>
                • <i id='B5rGo'><tr id='B5rGo'><dt id='B5rGo'><q id='B5rGo'><span id='B5rGo'><b id='B5rGo'><form id='B5rGo'><ins id='B5rGo'></ins><ul id='B5rGo'></ul><sub id='B5rGo'></sub></form><legend id='B5rGo'></legend><bdo id='B5rGo'><pre id='B5rGo'><center id='B5rGo'></center></pre></bdo></b><th id='B5rGo'></th></span></q></dt></tr></i><div id='B5rGo'><tfoot id='B5rGo'></tfoot><dl id='B5rGo'><fieldset id='B5rGo'></fieldset></dl></div>

                    <bdo id='B5rGo'></bdo><ul id='B5rGo'></ul>

                      <tfoot id='B5rGo'></tfoot>
                    1. <small id='B5rGo'></small><noframes id='B5rGo'>