Actions
Bug #4880
openRExpression cannot output matrix of strings
Start date:
03/12/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4880
Description
Create an RExpression with the output port "out" and for the script, use:
out <- matrix(letters, 2)
Looking at the code, it seems as if a matrix of strings was never really considered. Commas in the strings would likely cause problems, and I don't actually know if there's a StringMatrixToken.
Actions