How to call R from .NET to save the result for using it programmatically at later point of time

546 views Asked by At

I am a .NET developer and new to R. we have an existing R script that generates annova decision tree in pdf format based on some input from excel. For a given criteria, people are manually parsing the tree and getting the node value and using it for their purposes. we need to automate the process now. I have two requirements 1. First, I need to make a call to R exe or library from .net program. 2. The tree result of above call should be stored in database or filesystem, which needs to be retrived programmatically later point of time for use. 3. At a later point of time, the above tree result needs to be loaded and parse the tree programmatically for the given criteria and get the node value.

I installed Microsoft R open and R studio, VSTS tools for R. Please let me know the tools/library and approach to achieve above requirement.

0

There are 0 answers