rdotnet/rClr

C# object[,] to R data frame

jorritjaap opened this issue · 0 comments

Hi Jean-Michel,

Do you think it would be possible to convert an object[,] send as result from C# to show up in R as data frame? Maybe we could do some sort of recursion over SEXP clr_obj_ms_convert_to_SEXP(CLR_OBJ &obj) in rClr.cpp? I have tried couple of things, but no luck so far. If you could point me in right direction that would be much appreciated.

Regards,

Jorrit