Interfacing R with other non-Java languages / Compiling R to executable

前端 未结 1 490
情书的邮戳
情书的邮戳 2021-01-18 08:59

I\'ve developed a .R script that works with a DB, does a bunch of processing and outputs graphs and tables. I can output that data as comma-separated values and pictures, to

相关标签:
1条回答
  • 2021-01-18 09:43

    The short answer is "no, that will not work".

    There simply is no compiler that allows you to shrink-wrap your app. So your best best may be either

    • using the headless Rserve over the network, or
    • using the R (D)COM server used by RExcel et al
    0 讨论(0)
提交回复
热议问题