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

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

提交回复
热议问题