Hi again.
It seems like there is a problem with logical arrays with missing values.
Doing this: e.Evaluate("a <- c(0,1,NA,1)").AsLogical();
will result with "false, true, true, true".
And I can't find a clear way how to pass bool?[] into R.Net.
How do I handle bool?[] arrays?
It seems like there is a problem with logical arrays with missing values.
Doing this: e.Evaluate("a <- c(0,1,NA,1)").AsLogical();
will result with "false, true, true, true".
And I can't find a clear way how to pass bool?[] into R.Net.
How do I handle bool?[] arrays?