在c ++中运行R命令可能吗?

时间:2014-04-22 04:01:19

标签: c++ r

我正在开发一个项目,在这个项目中使用一些内置的r功能是有用的,除了我需要全部用c ++。我的意思是:

  int main()
    {
       R-commands{
       test <- lm(a ~ b)
       summary(test)
      }
      some function to convert test to c++{
      some c++ code
      }

}

基本上我想在Windows机器上的c ++程序中嵌入r命令。

有人知道这是否可行?

0 个答案:

没有答案