Creating a Data.Frame using R.NET

后端 未结 1 1194
旧时难觅i
旧时难觅i 2020-12-18 13:29

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

1条回答
  •  旧时难觅i
    2020-12-18 14:12

    The REngine object has a method CreateDataFrame, and this is the preferred way to create data frames.

    You'll find example usage in the R.NET unit tests.

    Another example can be found in an optimisation log extraction utility

    0 讨论(0)
提交回复
热议问题