If embedding an R interpreter inside a D program, this function makes it more convenient to pull a matrix from R into D.
auto rm = RMatrix("m");
See Implementation
If embedding an R interpreter inside a D program, this function makes it more convenient to pull a matrix from R into D.