开发者

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

开发者 https://www.devze.com 2023-02-22 10:59 出处:网络
Is there a way to call R functions fro开发者_Python百科m C# and retrieve the result in C#?Given there is a COM interface to R, you can use C#\'s COM interop to control it.

Is there a way to call R functions fro开发者_Python百科m C# and retrieve the result in C#?


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


r.net is designed to do this:

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

older versions can be found here:

http://rdotnet.codeplex.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消