search for: getinstancefromid

Displaying 1 result from an estimated 1 matches for "getinstancefromid".

2011 Oct 23
1
R Data Frame to C# DataGridView - R.NET
...stion, but it has to do with the conversion of a data frame using R.NET into an appropriate format to display on a C# DataGridView. My code is as follows (focusing on the button_Click) /private void button_displayDF_Click(object sender, EventArgs e) { REngine engine = REngine.GetInstanceFromID("RDotNet"); DataTable table = new DataTable(); engine.EagerEvaluate("myDataFrame <- data.frame('Order' = c(1,2,3,4,5),'Name' = c('Bob', 'Ryan', 'Mel', 'Mark', 'Ali'))"); DataFrame da...