I\'m using the R.NET project in C# to call R functions. Is there a way to create a DataFrame in C#? I see there is a DataFrame type here: https://rdotnet.codeplex.com/docume
The REngine object has a method CreateDataFrame, and this is the preferred way to create data frames.
REngine
CreateDataFrame
You'll find example usage in the R.NET unit tests.
Another example can be found in an optimisation log extraction utility