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

前端 未结 2 710
心在旅途
心在旅途 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/

    0 讨论(0)
  • 2020-12-28 13:17

    Given there is a COM interface to R, you can use C#'s COM interop to control it.

    See this article for more details: http://www.codeproject.com/KB/cs/RtoCSharp.aspx

    0 讨论(0)
提交回复
热议问题