is there a way to call R functions from C# and retrieve the result in C#

前端 未结 2 731
心在旅途
心在旅途 2020-12-28 12:45

Is there a way to call R functions from C# and retrieve the result in C#?

2条回答
  •  情书的邮戳
    2020-12-28 13:09

    r.net is designed to do this:

    https://jmp75.github.io/rdotnet/

    older versions can be found here:

    http://rdotnet.codeplex.com/

提交回复
热议问题