search for: button_displaydf_click

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

2011 Oct 23
1
R Data Frame to C# DataGridView - R.NET
This is more of a C# question, 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', ...